This is a discussion on SCD-2 within the DB2 forums, part of the Database Server Software category; --> Hi I am trying to incoporate SCD-2 type logic w/ a merge statement. Any ideas/ help/ or references? That ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hi I am trying to incoporate SCD-2 type logic w/ a merge statement. Any ideas/ help/ or references? That is..update the old existing record's end_eff_dt as the existing rows max(eff_dt)-1 and update the new record's end_eff_dt to 2999-12-31. Can anyone help me out here? Thanks! |