WebSphere Message Brokers
File: ak05310_
Writer: Bill Oppenheimer

Reference topic

This build: July 31, 2007 21:31:52

BITAND function

The BITAND numeric function performs a bitwise AND on the binary representation of two or more numbers.

Syntax

BITAND takes two or more integer values and returns the result of performing the bitwise AND on the binary representation of the numbers. The result is INTEGER unless either parameter is NULL, in which case the result is NULL.

For example:
BITAND(12, 7)
returns 4 as shown by this worked example:
   Binary Decimal
    1100    12
AND 0111     7
_________
    0100     4
Related concepts
ESQL overview
Related tasks
Developing ESQL
Related reference
Syntax diagrams: available types
ESQL numeric functions
Notices | Trademarks | Downloads | Library | Support | Feedback

Copyright IBM Corporation 1999, 2007Copyright IBM Corporation 1999, 2007. All Rights Reserved.
This build: July 31, 2007 21:31:52

ak05310_ This topic's URL is: