Relational Operators

Relational operators compare an attribute with a constant or with another attribute:

Operator

Meaning

EQ, =

Equal to (default)

LT, <, BEFORE

Less than

GT, >, AFTER

Greater than

LE, <=

Less than or equal to

GE, >=

Greater than or equal to

NE, #, NOT

Not equal to

NO, WITHOUT

Null

See Also

Using INFO/ACCESS Connectives, Modifiers and Options

Connectives

Modifiers

Options

Connectives, Modifiers and Options Summary