EQ Operator

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

Synonyms

EQUAL TO

=

Example

This example lists all customers whose last name is JOHNSON:

>LIST CUSTOMERS WITH LAST-NAME EQ "JOHNSON"

See Also

Using INFO/ACCESS Connectives, Modifiers and Options

Connectives

Relational Operators

Modifiers

Options

Connectives, Modifiers and Options Summary