Expression
|
Explanation
|
---|---|
<
|
less than
|
>
|
greater than
|
—
|
equal to
|
<=
|
less than or equal to
|
>=
|
greater than or equal to
|
<>
|
not equal to
|
AND
|
conjunction
|
ANY
|
in the list that follows or in the table specified
|
BETWEEN
|
between
|
IN
|
in the list that follows or in the table specified
|
MAX
|
maximum value
|
MIN
|
minimum value
|
NOT
|
negation
|
OR
|
disjunction
|
XOR
|
exclusive or
|