The table contains relation operators:
| Operator | Value |
| = | Equal. |
| <> | Not equal. |
| > | Greater. |
| < | Less. |
| >= | Greater or equal. |
| <= | Less or equal. |
These operators are applied to numeric operands, operands of the CHAR type and string operands. The "=" and "<>" operators are also applied to logical operands. All operators return the logical type result.
See also: