OracleNumeric FunctionsBITAND
REMAINDER

BITANDNumeric Functions

GREATEST

Returns the bitwise AND of two integers.

Syntax

BITAND(expr1, expr2)

Example

Enter values below to update the example in real time.

bit_and_result
SELECT BITAND(12, 10) AS bit_and_result FROM DUAL;