会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
开飞机的苏克_Sucre
博客园
首页
新随笔
联系
管理
订阅
oracle、sql developer 删除某用户下所有的表
1、在sql developer内
select
'drop table "'||table_name||
'";'
from cat
where table_type=
'TABLE'
2、将结果集拷贝到 sql窗口里执行
原文出处:https://blog.csdn.net/xiaoliuyiting/article/details/84288873
posted @
2019-08-24 23:47
sucre_tan
阅读(
2061
) 评论(
0
)
编辑
收藏
举报
刷新页面
返回顶部
公告