oraclesql developer 删除某用户下所有的表
Posted sucretan2010
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了oraclesql 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
以上是关于oraclesql developer 删除某用户下所有的表的主要内容,如果未能解决你的问题,请参考以下文章