chinaelev: oracle中两表更新是这样写吗? [阅读: 365] 2008-06-06 06:06:06 update (select table1.abc aname,table2.abc bname from table1,table2 where table1.id=table2.id) set aname=bname;