Get invaluable Interview and Career Tips delivered directly to your inbox. Get your news alert set up today, Once you confirm your Email subscription, you will be able to download Job Inteview Questions Ebook . Please contact me if you there is any issue with the download.
Informatica : set statement in update
The record which is coming for update should be inserted and also the previous record's one column must be modified.
i have used look up to look up the data.used router to separate the data for insertion and update.
Used expression to calculate something on those new records for update.
service_code valid_startdate valid_enddate
01 2003-03-03 2004-04-03
if the new record is (01 2004-04-03 2004-04-03)coming with the same service_code,i have to insert as a new record and as well as i have to update the valid_enddate column alone.
something like the following:
service_code valid_startdate valid_enddate
01 2003-03-03 2004-04-02
01 2004-04-03 2004-04-03
If i use update strategy to insert as new records,then how can i modify the existing column.
Something like update table set old_column=new_column
Profile Answers by buvanalogu Questions by buvanalogu
Questions by buvanalogu
Related Answered Questions
Related Open Questions