willboy100
Member
- Jul 30, 2013
- 45
- 0
Whats the sql code to make everyone vip? R63?
Please i need this simple sql code!
Please i need this simple sql code!
what's the point of the alter table?If you're using PMA or Navicat, this query will work on both:
Code:ALTER TABLE `users` UPDATE `users` SET `vip` = '1';
Shit sorry, thought i was executing an Add/Drop query. Fixed.what's the point of the alter table?
Do you mean set default look for everyone?can someone tell me the sql to run when you update when you change the default look?
UPDATE users SET look = "lg-3116-110-62.ch-215-92.hd-209-1.hr-3163-61"