您的位置:首页 > 其它

如何从一个表的数据更新到另外一个表的列或者插入

2011-12-09 15:58 447 查看
更新

update computer set computer.ppxh=Sheet1$.型号
from computer,Sheet1$
where computer.cname=Sheet1$.电脑名
插入

insertinto tmp_callin(TOperaName) select ITEMNAME from YW_WORKRECORDTYPE
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐