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