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)