关键字 'Select' 附近有语法错误。
updateposorderseta.price=b.pricefromposordera,Select*Fromopenrowset('MSDASQL','Driver...
update posorder
set a.price=b.price
from posorder a,Select * From openrowset('MSDASQL','Driver=Microsoft Visual FoxPro Driver;SourceType=DBF;SourceDB=E:\datainsert\pos','select * from order.dbf') b
where a.item_code=b.item_code and a.tsf_date=b.tsf_date
关键字 'Select' 附近有语法错误。
请问此语句如何更改? 展开
set a.price=b.price
from posorder a,Select * From openrowset('MSDASQL','Driver=Microsoft Visual FoxPro Driver;SourceType=DBF;SourceDB=E:\datainsert\pos','select * from order.dbf') b
where a.item_code=b.item_code and a.tsf_date=b.tsf_date
关键字 'Select' 附近有语法错误。
请问此语句如何更改? 展开
展开全部
update posorder
set a.price=b.price
from posorder a,(Select * From openrowset('MSDASQL','Driver=Microsoft Visual FoxPro Driver;SourceType=DBF;SourceDB=E:\datainsert\pos','select * from order.dbf')) b
where a.item_code=b.item_code and a.tsf_date=b.tsf_date
set a.price=b.price
from posorder a,(Select * From openrowset('MSDASQL','Driver=Microsoft Visual FoxPro Driver;SourceType=DBF;SourceDB=E:\datainsert\pos','select * from order.dbf')) b
where a.item_code=b.item_code and a.tsf_date=b.tsf_date
追问
这样我试过了·还是不行
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询