/ Published in: Other

Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
select column_name,count(*) as n from table_name group by column_name having n > 1
Comments
