Nuacht

Duplicate and Ignore on MySQL Inserts. MySQL table primary keys and unique indexes prevent multiple rows with the same index from being added to the table.
Run your modified query in your SQL browser to view the results. If a duplicate key is found, the query will update the existing column instead of erroring out.