
comparison-operator
compares a variable with a value or with another variable. The following table
lists the comparison operators:
Table 10.6 Comparison Operators
Symbol Mnemonic Equivalent Definition
= EQ Equal to
^= or ~= or ¬= or <> NE Not equal to
> GT Greater than
< LT Less than
>= GE Greater than or equal to
<= LE Less than or equal to
IN Equal to one from a list of values
Restriction
expression-2 must resolve to a character value, not a numeric value.
Tip
When you translate a numeric value to a character value, the table
template or column template does not try to apply the numeric format
that is associated with the column. Instead, it simply writes ...