P
Paul
How to create a Delete query to delete all the duplicate data from a table?
The table consists of 1PK and 5 other fields. I like to use all the fields
except the PK field to evaluate if a record is duplicated and delete the
dupplicate record(s) from the table. Thanks.
The table consists of 1PK and 5 other fields. I like to use all the fields
except the PK field to evaluate if a record is duplicated and delete the
dupplicate record(s) from the table. Thanks.