2014年7月7日
摘要: 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)