REMAINDER
BITAND
GREATEST
Returns the bitwise AND of two integers.
BITAND(expr1, expr2)
Enter values below to update the example in real time.
bit_and_result
SELECT BITAND(12, 10) AS bit_and_result FROM DUAL;