Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

I need to update data from one table to another table with the following conditions:

User_051LOSep 27 2022 — edited Sep 27 2022

1: if table 2 column value is null take the value from table 1 column
2: if table 2 column value is different from tabe1 column value then take the data from table 1.
Both tables are related with user id as primary keys.
Please help me with this.
Thanks

Comments
Post Details
Added on Sep 27 2022
2 comments
9,139 views