NO is a relational operator that selects items with a null value for a specified attribute.
Synonym
WITHOUT WITH NO |
Example
This example lists customers who have no data in the ZIP attribute:
>LIST CUSTOMERS WITH NO ZIP |
See Also