| b | Index Level | break-on |
| Syntax | with {not} attr.name before "valuestring" |
| Category | Access |
| Type | Modifier |
| Description |
is a relational operator which represents a "less than" condition used in constructing selection clauses.
The "<" and "lt" operators perform the same function as "before". |
| Options | |
| See Also | each connectives relational operators logical operators attr.name < lt |
| Example |
list employees with birthday before "1/1/62"
list journal with amount.owed and with last.payment < "1/1/93" list journal with not amount.owed lt "900" |
| Warnings | |
| Compatibility | D3 7.0 AP R83 |
| b | Index Level | break-on |