Skip Headers
Oracle® OLAP DML Reference
10g Release 2 (10.2)

Part Number B14346-03
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Index
Index
Go to Master Index
Master Index
Go to Feedback page
Contact Us

Go to previous page
Previous
Go to next page
Next
PDF · Mobi · ePub

BITAND

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

argument1

A nonnegative INTEGER expression.

argument2

A nonnegative INTEGER expression.

Examples

See Example 12-6, "DECODE with BITAND".