Select * From A Where id in(select ID from A group by id having count(id)>3)
发布者:全栈程序员-站长,转载请注明出处:https://javaforall.net/119564.html原文链接:https://javaforall.net
查询表A中存在ID重复三次以上的记录
Select * From A Where id in(select ID from A group by id having count(id)>3)
发布者:全栈程序员-站长,转载请注明出处:https://javaforall.net/119564.html原文链接:https://javaforall.net