会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
好兵帥克
博客园
园子
首页
新随笔
联系
管理
订阅
12 2020 档案
Oracle去重,删除重复记录
摘要:create table my_table_back as select distinct * from my_table;drop table my_table;alter table my_table_back rename to my_table;
阅读全文
posted @
2020-12-04 12:15
好兵帥克
阅读(251)
评论(0)
推荐(0)
公告