Skip to content

IS [ NOT ] NULL

Determines whether an expression is NULL or is not NULL.

<expr> IS [ NOT ] NULL

Returns a boolean.

  • When IS NULL is specified, the value is TRUE if the expression is NULL. Otherwise, returns FALSE.
  • When IS NOT NULL is specified, the value is TRUE if the expression is not NULL. Otherwise, returns FALSE.
ScopeDB Logo ScopeDB
© 2025 ScopeDB. All rights reserved.