Formats a bitwise AND statement according to the language features of the underlying database type
Parameters
- operand1
- The first operand in a bitwise AND equation (the 'x' in the statement 'x & y')
- operand2
- The second operand in a bitwise AND equation (the 'y' in the statement 'x & y')
Return Value
A properly formatted bitwise AND equation that will be recognized by the underlying database type.