mysql 数据表中查找重复记录

一、单个字段it 查询全部重复数据table select * from ActivityWinUser where (UID) in(select UID from ActivityWinUser group by UID having count(*)>1); select 去重数据 delete from table where Name in(select Name from table
相关文章
相关标签/搜索