ACCESS / AQL

le operator

.md

The le operator selects items whose specified attribute name contains a value less than or equal to the specified value string.

Synonyms<=

Syntax

with {not} attr.name le "valuestring"

Example(s)

select invoices with amount.due le "0"

select invoices with amount.due <= "0"

See also

Referenced by