Skip to content

9.删除表

语法:

drop table 表名

实例

DROP TABLE IF EXISTS user;

Released under the MIT License.