4. Elements of OpenSQL Statements : Operators : Comparison Operators
 
Share this page                  
Comparison Operators
Comparison operators allow you to compare two expressions.
OpenSQL includes the following comparison operators:
= equal to
<> not equal to
> greater than
>= greater than or equal to
< less than
<= less than or equal to
All comparison operators are of equal precedence.
The equal sign (=) also serves as the assignment operator in assignment operations. For details, see Assignment Operations (see page Assignment Operations).