DB
FunctionsType Conversion

if_null

Returns the first argument if it is not NULL; otherwise returns the second argument. This is a two-argument convenience form of coalesce.

if_null(…) → Dynamic

Kind · scalar

Returns the first argument if it is not NULL; otherwise returns the second argument. This is a two-argument convenience form of coalesce.

Part of the Type Conversion family.