LT is the relational operator LESS THAN, used in selection expressions to compare an attribute to a constant or to another attribute.
Synonyms
< BEFORE |
Example
>LIST CUSTOMERS WITH ZIP LT "24767" |
This example lists customers with a zip code less than 24767:
ee Also