Bitwise
Description:
Illustrates the SQL Server syntax for the Bitwise operator .
Syntax:
operand1 bitwiseoperator operand2
– You can and (&), or(|), exclusively or (^) bits between two columns. The operands for bitwise operators can be any one of the data types of the integer or binary string data type categories (except for the image data type), except that both operands cannot be any one of the data types of the binary string data type category.