Any ideas what to do for the best?
I have a table that records some transaction data. Each entry in the table
has an auto gen primary key / ID.
Somewhere along the way there are 1000's of duplicate transactions been
entered, however they are unique because they have different primary key /
ID.
Does anyone know the best way to remove the duplicates from the table but
leaving one copy of the transaction in the table???
I tried a simple delete find duplicate query that found all the duplicates
including the original transaction. I cant afford to delete the original
transaction though.
Any suggestions welcome.
Ian
I have a table that records some transaction data. Each entry in the table
has an auto gen primary key / ID.
Somewhere along the way there are 1000's of duplicate transactions been
entered, however they are unique because they have different primary key /
ID.
Does anyone know the best way to remove the duplicates from the table but
leaving one copy of the transaction in the table???
I tried a simple delete find duplicate query that found all the duplicates
including the original transaction. I cant afford to delete the original
transaction though.
Any suggestions welcome.
Ian
Comment