AnalyticDB MySQL版 2.0 DROP TABLE用于删除普通表。

语法

drop table table_name;

参数

table_name:表名。

示例

删除CUSTOMER表。

drop table customer;