我在执行了truncate之后再执行desc怎么它的数据还在呢?如图
truncate是删除表数据,desc是查看表的信息,字段索引这些,你要是想删除表要用 drop table table_name