Oracle® OLAP DML Reference 10g Release 2 (10.2) Part Number B14346-01 |
|
|
View PDF |
The BITAND function computes a logical 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.
Examples