access.le
'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
User Comments
What do you think?
Share your experience or ask a question by using the form below.
Login to leave your comments.
