DROP TABLE
with MariaDB Enterprise Server
This page is part of MariaDB's Documentation.
The parent of this page is: Table DDL for MariaDB Enterprise Server
Topics on this page:
Overview
MariaDB Enterprise Server supports the DROP TABLE
statement to drop tables.
Compatibility
MariaDB Enterprise Server 10.2
MariaDB Enterprise Server 10.3
MariaDB Enterprise Server 10.4
MariaDB Enterprise Server 10.5
MariaDB Enterprise Server 10.6
DROP TABLE
To drop a table with MariaDB Enterprise Server, use the DROP TABLE statement:
DROP TABLE hq_sales.invoices;