Doradus Query Language (DQL) : IS NULL Clause

IS NULL Clause
A scalar or link field can be tested for nullity by using the clause field IS NULL. Examples:
Level IS NULL
An IS NULL clause can be negated with NOT as a clause prefix:
NOT Level IS NULL