GT, AFTER, GREATER, > |
![]() ![]() ![]() |
The GT selection clause operator compares a field or evaluated expression against another field, evaluated expression or literal value and tests for the first item being greater than the second. The synonyms AFTER, GREATER and > can be used.
Format
field GT {NO.CASE} value
where
The GT selection clause operator returns true if field is greater than value.
Example
LIST STOCK WITH QTY GT 100
This command lists items found on the STOCK file with a QTY field of over 100. |