Is there a way to overwrite or skip duplicate records?
1062 - Duplicate entry '2' for key 1
is there a way to add : insert on duplicate key update to a sql file that only has insert?
|
Is there a way to overwrite or skip duplicate records? 1062 - Duplicate entry '2' for key 1is there a way to add : insert on duplicate key update to a sql file that only has insert?
| |||||||||
feedback
|
|
Have a look at 12.2.5.1. INSERT ... SELECT Syntax and 12.2.5. INSERT Syntax And look for
| |||
|
feedback
|
|
try this:
Although usually people forget to put the autoincrement field for the id and thus the error. | |||||
feedback
|