Numerical Comparisons
These rules return boolean values encoded as 0 or 1 numerical values. Note that the missing value is treated as a value that is inferior to any valid value in comparisons.
EQ
Equality test between two numerical values.
NEQ
Inequality test between two numerical values.
G
Greater than test between two numerical values.
GE
Greater than or equal test between two numerical values.
L
Less than test between two numerical values.
LE
Less than or equal test between two numerical values.