Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 8533

Re: Update single column using data services job

$
0
0

Hi,

 

You can update a table only from another table not from a query.

 

What you can do is attach a template table after the query and run the flow one time without the post load command. Make sure that the template table is in the same datastore as in the target table. Write the update query in post load like this -

 

update EMPLYR set EMPLYR.EMPLYR_PHN_NMBR_TXT = trmplatetable.EMPLYR_PHN_NMBR_TXT  WHERE  EMPLYR.EMPLYR_ID = templatetable.EMPLYR_ID


Hope this helps.


Arun


Viewing all articles
Browse latest Browse all 8533

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>