ドキュメント ホーム サイトマップ マニュアルページ GNU 情報 検索 印刷形式
 

(mysql.info) drop-index

情報カタログ (mysql.info) drop-database (mysql.info) data-definition (mysql.info) drop-table
 
 13.1.7 `DROP INDEX' Syntax
 --------------------------
 
      DROP INDEX INDEX_NAME ON TBL_NAME
 
 `DROP INDEX' drops the index named INDEX_NAME from the table TBL_NAME.
 This statement is mapped to an `ALTER TABLE' statement to drop the
 index.  See  alter-table.
 
情報カタログ (mysql.info) drop-database (mysql.info) data-definition (mysql.info) drop-table
より自動的に生成されましたinfo2html