摘要: 注:所要查询的表名大写.例如:'USER'1、查找表的所有索引(包括索引名,类型,构成列):select t.*,i.index_type from user_ind_columns t,user_indexes i where t.index_name = i.index_name and t.t... 阅读全文
posted @ 2015-02-02 15:01 flay 阅读(434) 评论(0) 推荐(0)