liushoushou

delete from  表名     清除表中的所有数据、保留表结构

Truncate table 表名 清除表中所有行,保留表结构、与delete类似

drop table 表名        删除表(所有数据及表结构)

分类:

技术点:

相关文章: