例如有两个表 form1, form2里面分别有两个字段,field1, field2, field3, field4怎么同时插入数据?insert into form1(field1, field2), form2(field3, field4)values(1,2,3,4)这样不行啊~~~