I have users table and want to SELECT some rows by bitmask criteria. I\'ll try to explain my problem with small example.
Structure of table users>
SELECT * FROM users WHERE (user_privileges & ) =
being the access level you want to search on (e.g. 1, 5, 9, 130, etc.)