ISNULL
Returns true for null values and false otherwise
ISNULL( value
)
Returns true
if a value is null, returns false
otherwise
Arguments
Argument
Description
value
Value or column
Output
Outputs true
if value
is null
Example
Last updated
Was this helpful?