推荐文档
您可以使用DROP TABLE语法删除指定表。
DROP TABLE [IF EXISTS] tbl_name [, tbl_name] ...;
您可以通过如下语句删除test_tbl表:
DROP TABLE test_tbl;