删除重复记录 我们经常在数据库中有重复的记录这时候我们希望删除那些重复的记录 你不要告诉我你是一条条手动删除的哈: select distinct * into newtable form tablename drop table tablename select * into table from newtable drop table newtable 思路好了就好做. 查看更多关于删除重复记录的详细内容... 声明:本文来自网络,不代表【好得很程序员自学网】立场,转载请注明出处:http://www.haodehen.cn/did34186 更新时间:2022-09-19 阅读:64次