Oracle 查看索引语句

Linux大全评论314 views阅读模式

1. 查询一张表里面索引

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

2. 查询被索引字段

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

3. 给某一字段创建索引

企鹅博客
  • 本文由 发表于 2020年9月2日 09:56:10
  • 转载请务必保留本文链接:https://www.qieseo.com/184807.html

发表评论