会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
快看,阳光!
博客园
首页
新随笔
联系
订阅
管理
2020年7月18日
统计schema下表的行数
摘要: exec dbms_stats.gather_table_stats('schema名字','表名'); select table_name,num_rows from user_tables order by num_rows desc; 注: analyze table 表名 compute s
阅读全文
posted @ 2020-07-18 23:03 快看,阳光!
阅读(309)
评论(0)
推荐(0)
编辑
公告