D
Domac
Hi,
I need to delete duplicates from table, i have located records that are
duplicated using count >1.
But it returns about 200 records , so it would be gruelling to delete it by
hand.
So i need a query that goes about like this:
DELETE First(*) where Exist (MyDuplicateRecordListQuery)
Can I use First in this context??
Please help.
I need to delete duplicates from table, i have located records that are
duplicated using count >1.
But it returns about 200 records , so it would be gruelling to delete it by
hand.
So i need a query that goes about like this:
DELETE First(*) where Exist (MyDuplicateRecordListQuery)
Can I use First in this context??
Please help.