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

argument1

A nonnegative INTEGER expression.

argument2

A nonnegative INTEGER expression.