Hi,
update companyimage
set
companyimage.Image = companyimageA.Image
from
( select Image from companyimage where dataAreaid = 'USFM' and imagetype = 1) as companyimageA
where
dataAreaid != 'USFM' and imagetype = 1
Regards
The purpose of this blog is for knowledge sharing and connect the relevant audience who are all into Microsoft Dynamics world.
Hi, update companyimage set companyimage.Image = companyimageA.Image from ( select Image from companyimage where dataAreaid = 'USF...
No comments:
Post a Comment