Was this helpful?
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.
Last modified date: 01/30/2023