LE Operator

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

Synonym

<=

Example

This example sorts orders with amounts less than or equal to 100:

>SORT ORDERS WITH AMOUNT LE "100" AMOUNT

See Also

Using INFO/ACCESS Connectives, Modifiers and Options

Connectives

Relational Operators

Modifiers

Options

Connectives, Modifiers and Options Summary