Categories: Conditional, Boolean
ISNULL
Determines if an expression is NULL. Returns true if
Syntax
ISNULL(expression Any type) → boolean
- expression: Expression of any type to evaluate.
Examples
select ISNULL('dremio')
-- False
select 'dremio' IS NULL
-- False
Was this page helpful?
Glad to hear it! Thank you for your feedback.
Sorry to hear that. Thank you for your feedback.