Comparison OperatorsΒΆ
TODO: flesh out doc
We support comparison operators: >
, >=
, =
, <
, <=
, !=
If the left or right operand is NULL
, the comparison result is NULL
.
TODO: flesh out doc
We support comparison operators: >
, >=
, =
, <
, <=
, !=
If the left or right operand is NULL
, the comparison result is NULL
.