The le operator selects items whose specified attribute name contains a value less than or equal to the specified value string.
Syntax
with {not} attr.name le "valuestring" |
Synonym(s)
<= |
Example(s)
select invoices with amount.due le "0" |
select invoices with amount.due <= "0" |
See Also