3.2.8. BITXOR(string1[,[string2][,padchar]])
Works like BITAND(), except that the logical function XOR
(exclusive OR) is used instead of AND. For more information see
BITAND().
BITXOR(123456x, 3456x) > 266256x
BITXOR(FooBar,, 20x) > fOObAR /*For ASCII */
BITXOR(123456x, 3456x, f0x) > 2662A6x
PREV NEXT