BITAND |
The BITAND function computes an AND operation on the bits of two nonnegative INTEGER values. This function is commonly used with the DECODE function.
Return Value
INTEGER
Syntax
BITAND (argument1 , argument2)
Arguments
A nonnegative INTEGER expression.
A nonnegative INTEGER expression.