bit_orbit_or bit_or介绍 bit_or(expr) - 返回所有非空输入值的按位或(OR),如果没有非空值则返回 null。 Examples: > SELECT bit_or(col) FROM VALUES (3), (5) AS tab(col); 7 Since: 3.0.0bit_lengthbit_xor