Mysql
 sql >> Database >  >> RDS >> Mysql

SELEZIONA gli utenti dal database MySQL in base ai privilegi di bitmask?

Sbagliato. Vuoi selezionare alcune Righe . Le colonne sono generalmente chiamate campi.

Dovresti leggere la documentazione:Funzioni bit sono documentati per MySQL.

Quindi puoi provare:

Select * from users WHERE (user_privileges & 1) >0