select 'drop table '||table_name||''||';' from user_tables;
SQL操作:删除表格数据
本文将介绍如何使用SQL语句删除表格中的数据,通过示例演示'droptable'命令的应用,从'user_tables'中删除指定表格。
select 'drop table '||table_name||''||';' from user_tables;
691

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