IFNULL
Returns values dependent on if input values are null or not
IFNULL( value
)
Returns specified value if a value is null, returns specified else
value otherwise.
Arguments
Argument | Description |
| Value or column potentially containing nulls |
| Value to return if |
| Value to return if |
Output
Outputs a series of values depending on if an element is null or not
Example
Last updated