Thread: Hello
View Single Post
  #1  
Old 29th April 2012, 18:34
Black1 Black1 is offline
Senior Member
 
Join Date: Oct 2011
P2P
Posts: 55
Default Hello
I want to edit my SQL database with phpmyadmin and remove ALL warnings from my users but i dont know the command

So from table 'users' and collum 'timeswarned' I want all of the to be set at '0'
What is the proper sql command?

SELECT * FROM `users` and... ?

Thank you :)

Last edited by Black1; 29th April 2012 at 18:35. Reason: Remove ALL warnings from users
Reply With Quote