源地址:http://blog.csdn.net/zhanggnol/article/details/6683697

select t.table_name,t.num_rows from user_tables t ORDER BY NUM_ROWS DESC;

还可以直接查看dblink的:
select t.table_name,t.num_rows from user_tables@dblink t ORDER BY NUM_ROWS DESC;

源地址:http://blog.csdn.net/zhanggnol/article/details/6683697

select t.table_name,t.num_rows from user_tables t ORDER BY NUM_ROWS DESC;

还可以直接查看dblink的:
select t.table_name,t.num_rows from user_tables@dblink t ORDER BY NUM_ROWS DESC;

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-10-01
  • 2022-01-15
  • 2022-02-08
  • 2021-12-06
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-02-05
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-17
相关资源
相似解决方案