如何从一个表的数据更新到另外一个表的列或者插入
更新
update computer set computer.ppxh=Sheet1$.型号 from computer,Sheet1$ where computer.cname=Sheet1$.电脑名 插入
insertinto tmp_callin(TOperaName) select ITEMNAME from YW_WORKRECORDTYPE
更新
update computer set computer.ppxh=Sheet1$.型号 from computer,Sheet1$ where computer.cname=Sheet1$.电脑名 插入
insertinto tmp_callin(TOperaName) select ITEMNAME from YW_WORKRECORDTYPE