ACCESS / AQL

before operator

.md

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

Synonymslt<

Syntax

with {not} attr.name before "valuestring"

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

Referenced by