Mega Code Archive

 
Categories / MySQL / Function
 

The result of a bitwise AND between 7 and 9 is 1

mysql> mysql> SELECT 9&7; +-----+ | 9&7 | +-----+ |   1 | +-----+ 1 row in set (0.00 sec)