Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi ,
Currently I have input source oracle data which I try to save it to table_A which is PostgreSQL database and this table has auto-incremented primary key.
We have below 2 questions:
1] Once we insert this row in Table_A how i can get auto-incremented value and save it Table_B.
2] Is there any feature/components available using which we can compare source data to destination data and decide if it is new data to be inserted or existing data which we need to update...
Thanks,
Thanks after read your valuable inputs I have get the PK from table.
Thanks, It's useful for me.
--
Ashok Parmar