BIT_NOT

Return the bitwise complement of an integer value.

Category: misc

Description

Inverts all bits of an integer value (one's complement). The result type matches the operand type. If the operand is NULL, the result is NULL.

Open in interactive docs →   DeltaForge home →