ACCESS / AQL
le operator
.mdThe 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
1 topic mentions le operator in its description.