摘要:
1。创建表结构相同的临时表2。将去掉重复记录的子查询添加到临时表中3。删除原来的表4。重命名临时表到原来的表1、create table client_old like client2、insert into client_oldselect distinct *from client group by mac3、drop table client4、rename table client_old to client 阅读全文
posted @ 2012-08-22 16:25
小毛驴
阅读(163)
评论(0)
推荐(0)
浙公网安备 33010602011771号