`
SuperCustomer
  • 浏览: 108475 次
  • 性别: Icon_minigender_1
  • 来自: 武汉
社区版块
存档分类
最新评论

Oracle查询索引

阅读更多

1、查询一张表里面的索引

 

select * from user_indexes where table_name=upper('tableName');

 

 

2、查询被索引的字段

 

select * from user_ind_columns where index_name=('indexName');

 

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics