This documentation is related to an older version of Firebolt. For the most current documentation, see Firebolt documentation.
ZEROIFNULL
If the specified expression <expr>
evaluates to NULL
, returns a 0
instead of NULL
.
Syntax
ZEROIFNULL(<expr>)