文章出處
文章列表
示例代碼如下:
create table tmp as select min(主鍵) as col1 from 去重表名 GROUP BY 去重字段; delete from 去重表名 where 主鍵 not in (select col1 from tmp); drop table tmp;
文章列表
全站熱搜