![]() Previous |
![]() Next |
BITAND computes an AND operation on the bits of two nonnegative integers, and returns an integer. This function is commonly used with the DECODE function.
An AND operation compares two bit values. If both values are 1, the operator returns 1. If one or both values are 0, the operator returns 0.