access.le

Modifier/Access: Verbs, Releases: AP and R83

'less than or equal to' operator.

Syntax

with {not} attr.name le 'valuestring'

Description

selects items whose specified attr.name contains a value less than or equal to the specified valuestring. The '<=' operator performs the same function as 'le'.

Example

select invoices with amount.due le '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.each Modifier Forces comparison on every value.
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.not Modifier Negates selection criteria.

User Comments

What do you think?

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

Login to leave your comments.