BIT_AND

Return the bitwise AND of two integer values.

Category: misc

Description

Performs a bitwise AND on two integer operands, returning a result where each bit is 1 only if the corresponding bit in both operands is 1. Both operands must be integer types. If either operand is NULL, the result is NULL.

Open in interactive docs →   DeltaForge home →