mysql批插入30000条记录,记录有多个字段,某些字段可以为空,遇到字段为空时无法处理,请高手指点。。一般只能插入非空字段如:insert into test(1,'dfds',9.987),(2,'dong',7.07),(3,'wei',93).......,每个字段都必须有值。