SyntaxFix
Write A Post
Hire A Developer
Questions
Here is an SQL request to do that:
select column_name, count(1) from table group by column_name having count (column_name) > 1;