delete from tablename where id not in (select max(id) from tablename group by col1,col2,...)
ORACLE删除重复记录
最新推荐文章于 2025-11-27 13:57:04 发布
delete from tablename where id not in (select max(id) from tablename group by col1,col2,...)
436

被折叠的 条评论
为什么被折叠?