P
phpb
Unregistered / Unconfirmed
GUEST, unregistred user!
ADOQUERY1的sql语句如下:
select a.col1,a.col2,b.col1,b.col2,a.col3*a.col4
from table1 as a,table2 as b
where a.col1=b.col2
ADOQUERY1是批量更新的,adoquery1.updatebatch后能同时保存对两个表的修改吗?
select a.col1,a.col2,b.col1,b.col2,a.col3*a.col4
from table1 as a,table2 as b
where a.col1=b.col2
ADOQUERY1是批量更新的,adoquery1.updatebatch后能同时保存对两个表的修改吗?