删除SQL 某个表中重复的记录
程序员文章站
2022-04-29 17:43:50
...
无详细内容 无 假如表为Mytableselect distinct * from into 临时表 from MyTabledelete from MyTable insert into MyTableslect * from 临时表 drop table 临时表
假如表为Mytable select distinct * from into 临时表 from MyTable delete from MyTable insert into MyTable slect * from 临时表 drop table 临时表
上一篇: 数据库修复Part2: 页面还原