会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
逆火狂飙I
此博侧重Math、Canvas、Java和Oracle
首页
新随笔
联系
订阅
管理
2022年6月22日
【Oracle SQL】列出当前表空间内表行数最多的十张表
摘要: select * from ( select rownum as sn,a.* from ( select table_name,num_rows from user_tables where num_rows is not null order by num_rows desc ) a ) b where b.sn<11;
阅读全文
posted @ 2022-06-22 18:31 逆火狂飙
阅读(564)
评论(0)
推荐(0)
编辑
生当作人杰 死亦为鬼雄 至今思项羽 不肯过江东