& Operator ("M" Reference)
[This content is no longer valid. For the latest information on "M", "Quadrant", SQL Server Modeling Services, and the Repository, see the Model Citizen blog.]
The & operator is a binary operator that functions as a bitwise AND operator.
Operator Description
The & operator is predefined for the Byte and Binary types. The & operator computes the bitwise AND of its operands. The operands are implicitly converted to the same length. The smaller operand is padded with zeros on the left.