Sample Header Ad - 728x90

Understanding the use of bitwise operators in MySQL?

0 votes
1 answer
789 views
Can someone explain the purpose of using bitwise operators(like BIT_OR) in MySQL queries. For example, if have a table such as following: enter image description here What is the purpose of aggregate operation like: SELECT name, value FROM table GROUP BY name HAVING BIT_OR(value) = 0;
Asked by oneCoderToRuleThem (1 rep)
Mar 23, 2020, 01:39 AM
Last activity: Mar 23, 2020, 01:47 AM