删除重复记录 2020-02-16 分类:首页 标签Tags:删除,重复记录,经常,在数,重复,记录,这时候,希望,告诉我,你是,一条条,手动,select,distinct,n,ewtable,form
我们经常在数据库中有重复的记录这时候我们希望删除那些重复的记录 你不要告诉我你是一条条手动删除的哈: select distinct * into newtable form tablename drop table tablename select * into table from newtable drop table newtable 思路好了就好做. 以上就是【删除重复记录】的全部内容了,欢迎留言评论进行交流!