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