久久久久久久视色,久久电影免费精品,中文亚洲欧美乱码在线观看,在线免费播放AV片

<center id="vfaef"><input id="vfaef"><table id="vfaef"></table></input></center>

    <p id="vfaef"><kbd id="vfaef"></kbd></p>

    
    
    <pre id="vfaef"><u id="vfaef"></u></pre>

      <thead id="vfaef"><input id="vfaef"></input></thead>

    1. 站長(zhǎng)資訊網(wǎng)
      最全最豐富的資訊網(wǎng)站

      oracle怎樣刪除索引

      在oracle中,可以利用“drop index”語(yǔ)句刪除索引,該語(yǔ)句的作用就是刪除指定的索引,語(yǔ)法為“drop index 索引名;”。

      oracle怎樣刪除索引

      本教程操作環(huán)境:Windows10系統(tǒng)、Oracle 11g版、Dell G3電腦。

      oracle怎樣刪除索引

      drop index index_name;

      1、創(chuàng)建索引

      create index 索引名 on 表名(列名);

      2、刪除索引

      drop index 索引名;

      3、創(chuàng)建組合索引

      create index 索引名 on 表名(列名1,,列名2);

      4、查詢(xún)索引

      --根據(jù)索引名,查詢(xún)表索引字段 select * from user_ind_columns where index_name='索引名'; --根據(jù)表名,查詢(xún)一張表的索引 select * from user_indexes where table_name='表名';

      推薦教程:《Oracle教程》

      贊(0)
      分享到: 更多 (0)
      網(wǎng)站地圖   滬ICP備18035694號(hào)-2    滬公網(wǎng)安備31011702889846號(hào)