-
Notifications
You must be signed in to change notification settings - Fork 681
DROP
Andrey Gershun edited this page May 27, 2015
·
6 revisions
Keyword for dropping databases, tables, views, columns, and indexes.
Syntax:
DROP [engine] DATABASE alias;
DROP TABLE table;
ALTER TABLE table DROP COLUMN columnid;
DROP INDEX index;
See also: [DROP DATABASE](Drop Database), [DROP TABLE](Drop Table), [DROP COLUMN](Drop Column), [DROP INDEX](Drop Index)
© 2014-2024, Andrey Gershun & Mathias Rangel Wulff
Please help improve the documentation by opening a PR on the wiki repo