NE Operator

NE is the relational operator NOT EQUAL TO, used in selection expressions to compare an attribute to a constant or to another attribute.

Synonyms

#

NOT

Example

This example selects customers who do not live in California:

>SELECT CUSTOMERS WITH STATE NE "CA"

See Also

Using INFO/ACCESS Connectives, Modifiers and Options

Connectives

Relational Operators

Modifiers

Options

Connectives, Modifiers and Options Summary