Hi all,
I want to populate MY_TABLE from TMP_MY_TABLE in SQL or PL*SQL in a INSERT/UPDATE mode (update if the record exists and insert if not).
MY_TABLE and TMP_MY_TABLE have the same structure and the same primary key, so strictily the same.
What is the best way to proceed?
Thanks in advance for your answer.
Palmero.
I want to populate MY_TABLE from TMP_MY_TABLE in SQL or PL*SQL in a INSERT/UPDATE mode (update if the record exists and insert if not).
MY_TABLE and TMP_MY_TABLE have the same structure and the same primary key, so strictily the same.
What is the best way to proceed?
Thanks in advance for your answer.
Palmero.