Browse by Tags

All Tags » SQL (RSS)
Sorry, but there are no more tags available to filter with.

Removing duplicate records from database

I had to remove some dups from one of the tables in my database. Well, there is a couple of ways to do that. They are: using distinct, using derived table, correlated subqueries and using dymanic sql. Each of these technique has its own pros and cons...
Posted by sanjeebsarangi | 2 comment(s)
Filed under:
More Posts