before Operator

The before relational operator represents a less than condition used in constructing selection clauses. The < and lt operators perform the same function as before.

Syntax

with {not} attr.name before "valuestring"

Synonym(s)

lt

<

Example(s)

list employees with birthday before "1/1/72"

 

list journal with amount.owed and with last.payment < "1/1/05"

 

list journal with no amount.owed lt "900"

See Also

lt Operator, Relational Operators and Logical Clauses