WHERE clauses

Use comparison operators, logical operators, and value operators in WHERE clauses.
Supported operators in WHERE clauses
Type
Operators
Comparison operators
<
,
<=
,
>
,
>=
,
=
,
<>
Logical operators
AND
,
OR
,
NOT
Value operators
IN
,
LIKE
,
BETWEEN
,
IS NULL
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.