码迷,mamicode.com
首页 > 数据库 > 详细

oracle查询表索引

时间:2015-01-22 19:40:14      阅读:177      评论:0      收藏:0      [点我收藏+]

标签:

转载 http://blog.sina.com.cn/s/blog_5376c7190101hvvb.html

如下:
select * from user_indexes where table_name=‘表名‘;
select * from user_ind_columns  where index_name=‘索引名‘;

oracle查询表索引

标签:

原文地址:http://www.cnblogs.com/cupsuccess/p/4242176.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!