/ Published in: Other
Expand |
Embed | Plain Text
select column_name,count(*) as n from table_name group by column_name having n > 1
You need to login to post a comment.
silentpro on 05/12/11
mysql sql table textmate duplicate find rows statement
1 person have marked this snippet as a favorite
select column_name,count(*) as n from table_name group by column_name having n > 1
You need to login to post a comment.