Chinaunix

标题: mysql 删除完全重复记录的数据 [打印本页]

作者: liyihongcug    时间: 2010-05-04 15:53
标题: mysql 删除完全重复记录的数据
新建一个临时表  
   create   table   tmp   as   select   *   from   youtable   group   by   name  
   删除原来的表  
   drop   table   youtable  
   重命名表  
   alter   table   tmp   rename   youtable
作者: ubuntuer    时间: 2010-05-04 16:59
不错




欢迎光临 Chinaunix (http://bbs.chinaunix.net/) Powered by Discuz! X3.2