Your Ad Here

Posted By

silentpro on 05/12/11


Tagged

mysql sql table textmate duplicate find rows statement


Versions (?)

SQL - Find Duplicate Rows


 / Published in: Other
 

  1. select column_name,count(*) as n from table_name group by column_name having n > 1

Report this snippet  

You need to login to post a comment.