06.05.2014, 02:55
UPDATE `table_name` SET `columnx`='0', `columny`='0', `columnz`='0';
Don't use the WHERE clause and it'll update everything inside the table.
Don't use the WHERE clause and it'll update everything inside the table.