[sql-server] T-SQL XOR Operator

The xor operator is ^

For example: SELECT A ^ B where A and B are integer category data types.