truncate table 表名
注意:
drop table 表名; # 或者是 drop table if exists 表名;
delete from 表名 where id='1'; # 或者是 delete from 表名;