如何查询重复的数据

(group by)select 重复字段A, count() from 表 group by 重复字段A having count() > 1

posted @ 2023-02-09 17:09  sugarstar  阅读(18)  评论(0)    收藏  举报