MySQL BIT_XOR Function

MySQL BIT_XOR is one of the Aggregate Functions which performs Bitwise XOR operation on all bits. First, this BIT_XOR function converts all decimal values into binary values and performs bitwise XOR ( X AND (NOT Y)) operation on those binary values. MySQL BIT_XOR Syntax The basic syntax of the Bitwise XOR Function in MySQL is … Read more