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