NO Operator

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

Using INFO/ACCESS Connectives, Modifiers and Options

Connectives

Relational Operators

Modifiers

Options

Connectives, Modifiers and Options Summary