删除整个数据库中的数据使用truncake table tablename
delete 数据表名from 字段名where 条件go
delete from year where year(d_date)=2005