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