会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
石
博客园
首页
新随笔
联系
订阅
管理
2020年2月26日
Oracle学习笔记索引分类(十五)
摘要: 哪些表的索引个数过多: prompt <p>当前用户下,哪些表的索引个数字超过5个的 select table_name, count(*) cnt from user_indexes group by table_name having count(*) >= 5 order by cnt des
阅读全文
posted @ 2020-02-26 12:47 石shi
阅读(347)
评论(0)
推荐(0)
编辑
公告