BitAnd Function |
Name | Description | |
---|---|---|
BitAnd(Long, Long) |
Performs a bitwise AND operation on two or more values of Numeric, Varbinary, or Blob type and returns the result.
There is a numeric and a binary version of the syntax.
| |
BitAnd(Binary, Binary) |
Performs a bitwise AND operation on two or more values of Numeric, Varbinary, or Blob type and returns the result.
There is a numeric and a binary version of the syntax.
| |
BitAnd(Usual, Usual) |
Performs a bitwise AND operation on two or more values of Numeric, Varbinary, or Blob type and returns the result.
There is a numeric and a binary version of the syntax.
|