|
Michael, You could user INSERT with SELECT DISTINCT to copy out one of the duplicate records into a temporary file, DELETE all the duplicate records, then INSERT back in the one duplicate record. If you're lucky there is something on each record that does make them unique in the file (like a date/time stamp) then you could just DELETE the duplicates by selecting on those values. Paul
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.