BOOLXOR¶
BOOLXOR(A, B)
Returns true if one of A
and B
is zero and the other is non-zero.
Returns false if A
and B
are both zero or both non-zero. Returns
NULL
if either A
or B
is NULL
.
BOOLXOR(A, B)
Returns true if one of A
and B
is zero and the other is non-zero.
Returns false if A
and B
are both zero or both non-zero. Returns
NULL
if either A
or B
is NULL
.