Commanding Chaos for Coworking, Open Source and Creative Communities

How to find duplicate records in a table on database - SQL tips

Fri, 07/18/2014 - 06:50 -- rprice

In this section we will see SQL query which can be used to locate duplicate records in table. As explained in previous section, definition of duplicate depends upon business rules which must be used in group by clause. In following query we have used SELECT query to select all records from Contacts table.

Tags: