会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
自由港
博客园
首页
新随笔
联系
管理
订阅
2014年7月7日
oracle 知识
摘要: 1.查询索引数量select table_name, count(*) cnt from user_indexes where index_type='NORMAL' group by table_namehaving count(*) >= 1order by cnt desc ;2.查询外键未...
阅读全文
posted @ 2014-07-07 22:56 自由港
阅读(314)
评论(0)
推荐(0)
公告