access.before
'less than' operator.
Syntax
with {not} attr.name before 'valuestring'
Description
is a relational operator which represents a 'less than' condition used in constructing selection clauses.
The '<' and 'lt' operators perform the same function as 'before'.
Example
list employees with birthday before '1/1/62'
list journal with amount.owed and with last.payment < '1/1/93'
list journal with not amount.owed lt '900'
See Also
User Comments
What do you think?
Share your experience or ask a question by using the form below.
Login to leave your comments.
