I need to perform a BITWISE_OR on all grouped by values. Say, my values in a group by are: 100, 010, and 110. And I need to calculate "100 or 010 or 110" which