GT is the relational operator GREATER THAN, used in selection expressions to compare an attribute to a constant or to another attribute.
Synonyms
> AFTER |
Example
This example sorts orders with amounts greater than 100.
>SORT ORDERS BY AMOUNT WITH AMOUNT GT "100" AMOUNT |
See Also