1、查询表的数目:

select count(*) from tabs
select count(*) from user_tables

 

2、查询用户拥有哪些表:

select * from tabs

 

select * from user_tables

 

3、管理员用户

SELECT * FROM ALL_TABLES WHERE OWNER='用户名';

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-08-22
  • 2022-12-23
  • 2021-11-19
猜你喜欢
  • 2021-08-26
  • 2022-12-23
  • 2021-10-29
  • 2021-07-08
  • 2022-12-23
  • 2021-12-02
  • 2022-12-23
相关资源
相似解决方案