ge Operator

The ge relational operator represents a greater than or equal to condition used in constructing selection clauses.

Syntax

with {not} attr.name ge "valuestring"

Synonym(s)

>=

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

Relational Operators and Logical Clauses