or_er_invalid_bitwise_operands_size) error occurs. Numeric\n evaluation produces an unsigned 64-bit integer.\n\nFor more information, see the introductory discussion in this section.\n\nURL: https://dev.mysql.com/doc/refman/8.0/en/bit-functions.html\n\n','mysql> SELECT 1 ^ 1;\n -> 0\nmysql> SELECT 1 ^ 0;\n -> 1\nmysql> SELECT 11 ^ 3;\n -> 8\nmysql> SELECT HEX(_binary X\'FEDC\' ^ X\'1111\');\n -> \'EFCD\'\n','https://dev.mysql.com/doc/refman/8.0/en/bit-functions.html');