Using Informatica PC 9.0.1
I'm fairly new to PC.
I have a target table that has 5 columns. I want to update column3 to '0' for every row, every time the session runs ( no conditional updates ).
update TableA
set column3 = '0'
I've looked into sql transformation and update strategy transformations. Still not clear on how to do this.
Any suggestions would be appreciated.
Thx!
I'm fairly new to PC.
I have a target table that has 5 columns. I want to update column3 to '0' for every row, every time the session runs ( no conditional updates ).
update TableA
set column3 = '0'
I've looked into sql transformation and update strategy transformations. Still not clear on how to do this.
Any suggestions would be appreciated.
Thx!