DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH
 

(mysql.info.gz) DROP INDEX

Info Catalog (mysql.info.gz) DROP DATABASE (mysql.info.gz) Data Definition (mysql.info.gz) DROP TABLE
 
 13.2.9 `DROP INDEX' Syntax
 --------------------------
 
      DROP INDEX INDEX_NAME ON TBL_NAME
 
 `DROP INDEX' drops the index named INDEX_NAME from the table TBL_NAME.
 In MySQL 3.22 or later, `DROP INDEX' is mapped to an `ALTER TABLE'
 statement to drop the index.   `ALTER TABLE' ALTER TABLE.  `DROP
 INDEX' doesn't do anything prior to MySQL 3.22.
 
Info Catalog (mysql.info.gz) DROP DATABASE (mysql.info.gz) Data Definition (mysql.info.gz) DROP TABLE
automatically generated byinfo2html