Skip to content
Blog

NULL Operators

The following table describes all NULL operators supported by Kùzu. These predicates are often used inside a WHERE statement.

PredicateDescription
expression is NULLtrue if the expression is NULL
expression is NOT NULLtrue if the expression is NOT NULL