Comparison Operators
The following table describes each of the supported comparison operators.
| Operator | Description |
|---|---|
= | Equal to |
<> | Not equal to |
> | Greater than |
< | Less than |
>= | Greater than or equal to |
=> | |
<= | Less than or equal to |
=< | |
% | Like operator |
The following table describes each of the supported comparison operators.
| Operator | Description |
|---|---|
= | Equal to |
<> | Not equal to |
> | Greater than |
< | Less than |
>= | Greater than or equal to |
=> | |
<= | Less than or equal to |
=< | |
% | Like operator |