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 =?

Enter image details here

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

Popular posts from this blog

java - org.apache.http.ProtocolException: Target host is not specified -

java - Gradle dependencies: compile project by relative path -

ruby on rails - Object doesn't support #inspect when used with .include -