sql server - SSIS OLEDB COMMAND query issue -
I am trying to run this query in SSIS OLEDB COMMAND, but for some reason I get this error ( See shot)
updated district set district.distectnam =? From district to district, join the city. IID = city. In the city of the district where the city. Podocode =? And city.taxcode =?
Try:
update d set district name =? From the district d in the Inner Joint City C d.id = c.districtid where c.fdocode =? And c.taxcode =?
Comments
Post a Comment