Comparison Operations
Below is the list of comparison operators:
| Operator | Effect |
| = | equal, like the == operator below |
| == | equal |
| <> | not equal |
| < | less than |
| <= | less than or equal to |
| > | more than |
| >= | more than or equal to |
Below is the list of comparison operators:
| Operator | Effect |
| = | equal, like the == operator below |
| == | equal |
| <> | not equal |
| < | less than |
| <= | less than or equal to |
| > | more than |
| >= | more than or equal to |