BOOL_OR
BIT_AND
BIT_OR
Returns the bitwise AND aggregate.
BIT_AND(expr)
Enter values below to update the example in real time.
flags
common_flags
user_permissions
SELECT BIT_AND(flags) AS common_flags FROM user_permissions;