1.执行Sql语句:

select 'drop table '||table_name||';' 
from cat 
where table_type='TABLE' 

可查询到当前用户下所有的表,如图:
oracle 删除当前用户下多个表

2.执行这些删除语句

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-02-24
  • 2021-08-26
  • 2021-11-16
猜你喜欢
  • 2021-08-17
  • 2022-12-23
  • 2022-01-12
相关资源
相似解决方案