DROP INDEX 语法说明 DROP INDEX 从表table_name 中删除名为index_name的索引。 语法结构 > DROP INDEX index_name ON table_name; 示例 > DROP INDEX PIndex ON Persons;