|
I know I have seen this posted before.......
We have a large range partitioned table that has duplicates in it. What is the fastest way to remove the dups.? I have the following scripts which do it but may be fast or slow. What do you guys use? DELETE
FROM tablename Or alter
table &table_name How to find duplicates: select
&column_name, count(&column_name)
Tom
|
- Re: Remove Duplicates Terrian, Tom
- Re: Remove Duplicates Rachel Carmichael
- Re: Remove Duplicates Stephane Faroult
- RE: Remove Duplicates Ferenc Mantfeld
- RE: Remove Duplicates Deshpande, Kirti
- Re: Remove Duplicates Stephane Faroult
- RE: Remove Duplicates Larry Elkins
- RE: Remove Duplicates David Wagoner
- RE: Remove Duplicates S B
- RE: Remove Duplicates Alex Hillman
