Update w/ join
651999Jul 25 2008 — edited Jul 25 2008Not 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?