DB
FunctionsType Conversion

is_not_null

Returns true if the input value is not NULL, otherwise returns false. This is a functional form of the IS NOT NULL predicate for use in expressions and higher-order functions.

is_not_null(…) → Bool

Kind · scalar

Returns true if the input value is not NULL, otherwise returns false. This is a functional form of the IS NOT NULL predicate for use in expressions and higher-order functions.

Part of the Type Conversion family.