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.

Update w/ join

651999Jul 25 2008 — edited Jul 25 2008
Not sure how to do this.

table1 - amount field, business id
table2 - employee id, business id
table3 - amount field, employee id


Need to update a field on a table

I have to update amount filed on table1.
I need to join table1 & table2 by business id to get rows i want to update from table1 & need to join table2 & table3 by employee id to get the amount from table 3.

I need to update the amount from table1 to the amount on table3.

any ideas?

Comments

Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Aug 22 2008
Added on Jul 25 2008
7 comments
5,085 views