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

GO: Serve static pages -

Folder list php -

java - how to parse a JSON string into ObjectNode in Jackson? -