a ^ b - Bitwise exclusive or
Example:
  > SELECT 3 ^ 5 FROM src LIMIT 1;
  2
