BIT_OR
Applies to: ✅ Data 360 SQL ✅ Tableau Hyper API
Computes the bitwise OR of all non-null input values.
<expression>: An expression of an integral type.
Returns the same type as the argument. Returns NULL if no non-null input values exist.
- NULL values are ignored in the calculation.
- Returns NULL when all input values are NULL or the set is empty.
- Useful for combining flags or checking if any bit is set across values.
Compute the bitwise OR of a column.
Combine all flags from a group.