| a | Index Level | and |
| Syntax | with {not} attr.name after "valuestring" |
| Category | Access |
| Type | Modifier |
| Description |
is a relational operator which represents a "greater than" condition used in constructing selection clauses.
The "gt" and ">" operators perform the same function. |
| Options | |
| See Also | connectives relational operators logical operators attr.name > gt |
| Example |
list customers with name after "c"
list customers with amount.due > "900" sort customers with last.purchase gt "1/1/93" |
| Warnings | |
| Compatibility |
| a | Index Level | and |