oracle查询表索引
时间:2015-01-22 19:37:52
收藏:0
阅读:276
转载 http://blog.sina.com.cn/s/blog_5376c7190101hvvb.html
如下:
select * from user_indexes where table_name=‘表名‘;
select * from user_ind_columns where index_name=‘索引名‘;
原文:http://www.cnblogs.com/cupsuccess/p/4242176.html
评论(0)