Answers

Question and Answer:

  Home  ASP.NET 2.0

⟩ How do you remove duplicates without using remove duplicate stage?

In the target make the column as the key column and run the job.

delete table tablename where rowid not in Select * from tablename group by column name

 138 views

More Questions for you: