Quote:
Originally Posted by GrouchyAdmin
If the IDs match you could be really lazy and just set (if not already) that record as a unique key, then undo the damage after the import.
If you just want to ignore duplicates, INSERT IGNORE is likely what you need.
|
yes, insert ignore did it. Totaly forgot about it.