drop user user_name cascade;

手动删除

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

相关文章:

  • 2021-10-12
  • 2022-12-23
  • 2021-09-06
  • 2021-11-03
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-11-05
  • 2021-12-10
  • 2021-12-10
  • 2022-12-23
  • 2021-12-10
  • 2021-12-10
  • 2022-12-23
相关资源
相似解决方案