update #mrpItems1 set [ITEM_ID] = #emq.[Material] from ( SELECT Material FROM #emq1 ) x WHERE ITEM_ID = x.[Material]
I am getting error as #emq.[Mat] could not be bound.<