D
Deleted member 73419
Guest
Hi,
I have inherited a database with a rather large table (12K+ records) which contains a lot of duplicates.
What I need help with is a query to delete any duplicates having a count > 1 and leaving me with just one copy.
The database looks like this:
Any help is appreciated
Thanks
I have inherited a database with a rather large table (12K+ records) which contains a lot of duplicates.
What I need help with is a query to delete any duplicates having a count > 1 and leaving me with just one copy.
The database looks like this:
Code:
ID Group Title
== ==== ====
1 000 Blood
2 001 Sweat
3 002 and Tears
4 000 Blood
5 001 Sweat
6 002 and Tears
Any help is appreciated
Thanks