php - MySQL query with boolean involved -
i wanna db, have table includes row called online, 0 , 1 "atributes". now, want update users ranks when online. tried update users set rank = "2" 'online' = true didn't work. tried update users set rank = "2" 'online' = 1 didn't work either.
any answers?
 
 
  
Comments
Post a Comment