The following query produces a very slow running failure. (Usually time out).
I am not sure about the syntax. Any ideas?
I am not sure about the syntax. Any ideas?
Code:
UPDATE `table1`,`table2`,`table3` SET [all fields in all three tables to values] WHERE `tables1`.`id` = '20439'
Comment