Comparison operators: Comparison operators allow row retrieval from table based on the condition specified in the WHERE clause.
Here is the list of all comparison operators available in SQL.
Operator
|
Description
|
---|---|
= | Equal to |
> | Greater than |
< | Less than |
>= | Greater than or equal to |
<= | Less than or equal to |
<>, != | Not equal to |
!> | Not greater than |
<! | Not Less than |
() | Controls precedence |