编辑

DROP INDEX

description

该语句用于从一个表中删除指定名称的索引,目前仅支持bitmap 索引

语法:

DROP INDEX index_name ON [db_name.]table_name;

keyword

DROP,INDEX