futurefu July 24, 2018 Mysql SELECT col, COUNT(col) FROM table_name GROUP BY col HAVING COUNT(col) > 1; Find Duplicate value in mysql