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
相關文章
相關標籤/搜索