ACCESS / AQL

lt operator

.md

The lt operator selects items whose specified attribute name contains a value less than the specified value string.

Synonymsbefore<

Syntax

with {not} attr.name lt "valuestring"

Example(s)

select invoices with amount.due lt "0"

select invoices with amount.due < "0"

See also