DROP TABLE with MariaDB Enterprise ColumnStore

Overview

MariaDB Enterprise ColumnStore supports the DROP TABLE statement to drop tables.

Compatibility

  • MariaDB Enterprise ColumnStore 5

  • MariaDB Enterprise ColumnStore 6

DROP TABLE

To drop a table with MariaDB Enterprise ColumnStore, use the DROP TABLE statement:

DROP TABLE hq_sales.invoices;