in reply to copying mysql table data to oracle table
Hello CSharma,
On MySQL there is a internal function INSERT ... ON DUPLICATE KEY UPDATE Syntax give it a try.
Update: I do not have an oracle table to test if the same function works so I can not verify it but I hope it does.
Let us know if this is working for you. Looking for your update, BR.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: copying mysql table data to oracle table
by soonix (Chancellor) on Aug 24, 2017 at 11:35 UTC | |
by thanos1983 (Parson) on Aug 24, 2017 at 13:23 UTC |