savage Member Aug 6, 2011 69 7 Feb 14, 2012 #1 Hey if i ever want to set all vip users back to non vip all at once, is there a script or a something i can run in my sql that will set it from 1 to 0 for all ..?? Please help Thanks
Hey if i ever want to set all vip users back to non vip all at once, is there a script or a something i can run in my sql that will set it from 1 to 0 for all ..?? Please help Thanks
Brennen hippopotomonstrosesquipedaliophobia Nov 6, 2011 291 36 Feb 14, 2012 #2 UPDATE users SET vip = '0' WHERE vip = '1'; Upvote 0 Downvote