access.ge
'greater than or equal to' operator.
Syntax
with {not} attr.name ge 'valuestring'
Description
a relational operator which represents a 'greater than or equal to' condition used in constructing selection clauses.
The '>=' operator performs the same function as 'ge'.
Example
list invoices with amount ge '0'
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.
