亚洲最大看欧美片,亚洲图揄拍自拍另类图片,欧美精品v国产精品v呦,日本在线精品视频免费

  • 站長資訊網(wǎng)
    最全最豐富的資訊網(wǎng)站

    oracle怎樣刪除索引

    在oracle中,可以利用“drop index”語句刪除索引,該語句的作用就是刪除指定的索引,語法為“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、查詢索引

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

    推薦教程:《Oracle教程》

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