ACCESS / AQL
ge operator
.mdThe ge relational operator represents a greater than or equal to condition used in constructing selection clauses.
Synonyms>=
Syntax
with {not} attr.name ge "valuestring"
Example(s)
list jobs with user = "dm"list invoices with amount ge "0"
list invoices with amount >= "0" "’u’Total Due" roll-on company roll-on salesman det-supp
See also
Referenced by
1 topic mentions ge operator in its description.