BIT_OR(expression)

Description: Returns the bitwise OR of all bits in expression. Generally used with GROUP BY clause, but otherwise operates on all rows returned.

Performed with 64-bit (BIGINT) precision.

Example:

SELECT BIT_OR(some_flag)
  FROM table

See also: BIT_AND()

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
3.145.178.151