那要用update去更新了。而不是清空表了
update 表 set 字段1 = '' where 1=1
update 表名称 set coumn1 = '',coumn2 ='' where 1=1
数据量大的时候这个需要小心使用,效率太低了。。