This Oracle tutorial explains how to use the Oracle/PLSQL BITAND function with syntax and examples.
The Oracle/PLSQL BITAND function returns an integer representing an AND operation on the bits of expr1 and expr2.
The syntax for the BITAND function in Oracle/PLSQL is:
Values that must resolve to non-negative integers.
The BITAND function returns an integer value.
The BITAND function can be used in the following versions of Oracle/PLSQL:
Let's look at some Oracle BITAND function examples and explore how to use the BITAND function in Oracle/PLSQL.
For example: