G
Guest
I have a table with the following records (example)
Rec Num CardNum
1 123
2 123
3 123
4 999
5 999
6 888
What i wnt to do is keep ONLY one instance and delete the rest. e.g, delete
ANY two records of Card 123 and delete any record of card 999 and just leave
card 888 because the record count is ONE.
Can someone help in wrinting in code or querry? Thanks
Rec Num CardNum
1 123
2 123
3 123
4 999
5 999
6 888
What i wnt to do is keep ONLY one instance and delete the rest. e.g, delete
ANY two records of Card 123 and delete any record of card 999 and just leave
card 888 because the record count is ONE.
Can someone help in wrinting in code or querry? Thanks