Viewing 2 posts - 1 through 2 (of 2 total)
Actually the first step makes sure that the temptable only have one record per corresponding duplicate records. This is achieved by the "group by" clause. This is grouped by...
July 1, 2008 at 2:20 am
#836498
Step1: You need to create a table containing only the duplicate records by first selecting all the duplicate records into a new table i.e.
Insert into temptable (Select...
July 1, 2008 at 1:50 am
#836476