Skip to content

Checks whether a string is NULL or empty. Returns 1 if true, 0 otherwise.

func.null_or_empty(<str>)
func.null_or_empty('')
┌───┐
1
└───┘
NULL_OR_EMPTY(<str>)
SELECT NULL_OR_EMPTY('');
┌───┐
1
└───┘