[left] > [right]
Tests whether the left value is greater than the right value.
Numbers are compared numerically, string comparison uses the
collation set for the column, dates are compared chronologically.
[left] >= [right]
Tests whether the left value is greater than or equal to the right value.
Numbers are compared numerically, string comparison uses the
collation set for the column, dates are compared chronologically.
[left] < [right]
Tests whether the left value is less than the right value.
Numbers are compared numerically, string comparison uses the
collation set for the column, dates are compared chronologically.
[left] <= [right]
Tests whether the left value is less than or equal to the right value.
Numbers are compared numerically, string comparison uses the
collation set for the column, dates are compared chronologically.
Protected
_binopProtected
_functionProtected
_unop[left] > [right]
Tests whether the left value is greater than the right value.
Numbers are compared numerically, string comparison uses the
collation set for the column, dates are compared chronologically.
[left] >= [right]
Tests whether the left value is greater than or equal to the right value.
Numbers are compared numerically, string comparison uses the
collation set for the column, dates are compared chronologically.
[left] < [right]
Tests whether the left value is less than the right value.
Numbers are compared numerically, string comparison uses the
collation set for the column, dates are compared chronologically.
[left] <= [right]
Tests whether the left value is less than or equal to the right value.
Numbers are compared numerically, string comparison uses the
collation set for the column, dates are compared chronologically.
Generated using TypeDoc
[left] = [right]
Tests whether two values are equivalent. NULL values are not equal to each other.