I am inserting some data into a table, but it occasionally clashes with other data in the table (ie. it has the same primary key). I would like to be able to just over
You can use REPLACE INTO in MySQL to do this.
REPLACE INTO table SET name = 'Treffynnon'