BIT_OR

Return the bitwise OR of two integer values.

Category: misc

Description

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

Open in interactive docs →   DeltaForge home →