Viewing 3 posts - 1 through 3 (of 3 total)
thanks chris that was very clear ...i executed this successfully but affected 0 records??
there are definately duplicates
any ideas?
May 9, 2005 at 12:26 pm
so do i need to creat t1 and t2 before i start?
DELETE FROM t1
FROM customer t1 INNER JOIN
(SELECT MIN(autoID) AS autoID, Email
FROM customer
GROUP BY Email
HAVING COUNT(*)...
May 9, 2005 at 11:53 am
hey chris thanks for your help ... i found the script ... just having a little trouble unbdrestanding the pseudo code - is t1 a tablew which i need to...
May 9, 2005 at 11:34 am
Viewing 3 posts - 1 through 3 (of 3 total)