Tag Archives: duplicate values

SQL: Finding all Duplicate Records in a Table

Sometimes it is quite handy to see which records based on a particular key appear more than once in a database. The trick here is that we are focusing on a particular column and deeming that should that particular key appear more than once in the table then we have a duplicate scenario. Continue reading

Posted in Tutorials | Tagged , , , , , | Leave a comment