Comparison operators
SQL supports these comparison operators.
=
Equal to
<> or ¬= or !=
Not equal to
<
Less than
>
Greater than
<= or ¬> or !>
Less than or equal to (or not greater than)
> = or ¬< or !<
Greater than or equal to (or not less than)
Parent topic:
Specify a search condition using the WHERE clause