如何实现这个查询功能假如有表ID(主键)name如何显示所有重复的name和他们的id [解决办法]select id,count(id) from table having count(id) > 1