🌈 搜索
📅  最后修改于: 2022-03-11 15:05:06.279000             🧑  作者: Mango
SELECT col, COUNT(col) FROM table_name GROUP BY col HAVING COUNT(col) > 1;