Hi I am using hibernate and Mysql. I have a class with a boolean attribute called \'active\'.
The generated database table has the BIT data type. So far so good. I w
Actually MySQL has built-in bit literals:
select*from table where active = 0b1