关于批量删除数据的SQL语句

2025-06-21 15:50:13
推荐回答(3个)
回答1:

删除整个数据库中的数据使用truncake table tablename

回答2:

delete 数据表名
from 字段名
where 条件
go

回答3:

delete from year where year(d_date)=2005