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