DROP INDEXΒΆ

This drops a given index on the named table.

DROP INDEX table_1_index ON table_1;

Drizzle does not currently support fast drop index.

Previous topic

CREATE INDEX

Next topic

Data Manipulation Language

This Page