Doradus Query Language (DQL) : Null Values

Null Values
A field that has no value for a given object is null. Doradus treats null as a “value” that will not match any literal. For example, the clause Size=0 will be false if the Size field is null. This means that NOT(clause) will be true if clause references a null field.