BIN_AND()
Bitwise AND
integer type (the widest type of the arguments)
|
Note
|
|
BIN_AND (number, number [, number ...])
| Parameter | Description |
|---|---|
number |
A number of an integer type |
Returns the result of the bitwise AND operation on the argument(s).