I am searching -google, mysql-man, forums- for a solution for more than four hours but could not find anything. I need simply a function+
condition to update hundreds of tables.
This query stopped on first error:
update ignore table1 set id2=id1;
update ignore table2 set id2=id1;
...
Any idea?
- Log in to post comments