access.ge

Modifier/Access: Verbs, Releases:

'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

Command Name Type Description
access.connectives Definition words in a master dictionary which are used to form the elements of Access statements.
access.relational.operators Relational Operator Relational operators used in selection clauses.
access.logical.operators Definition Relational operators used in selection clauses.
access.attr.name Attribute Defining Item Specifies item(s) from the dictionary of the file.
access.each Modifier Forces comparison on every value.

User Comments

What do you think?

Share your experience or ask a question by using the form below.

Login to leave your comments.