GE Operator

GE is the relational operator GREATER 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 greater than or equal to 100:

>SORT ORDERS WITH AMOUNT GE "100" AMOUNT

See Also

Using INFO/ACCESS Connectives, Modifiers and Options

Connectives

Relational Operators

Modifiers

Options

Connectives, Modifiers and Options Summary