删除表

最近更新时间: 2024-10-17 17:10:00

使用命令drop table删除表

示例:

当表存在时删除

drop table if exists tbase;