当我运行它时,我有一个小查询,我收到了错误。请帮我。询问:
update MozendaData set [Sub Device]=
(select [Sub Device] from oldMozendaData
where MozendaData.[Product Details]=oldMozendaData.[Product Details])
where UserID ='APAC\gsvivekanand'
当我运行它时,我有一个小查询,我收到了错误。请帮我。询问:
update MozendaData set [Sub Device]=
(select [Sub Device] from oldMozendaData
where MozendaData.[Product Details]=oldMozendaData.[Product Details])
where UserID ='APAC\gsvivekanand'