MySQL Forums
Forum List  »  General

Update a table from sum(field) from another table
Posted by: Balakrishnan Kaliyamoorthy
Date: April 06, 2005 07:03AM

Dear All,

I want to update a field's value in a table with sum(field1) from another table.
For eg. I am having 2 tables. Table1, Table2.

Structure of Table1 as follows.
OrderID Integer,
OrderTotal Float

Structure of table2 as follows.
OrderID integer,
ProductID Varchar(40),
UnitPrice Float,
Quantity Integer

I want to update table1's ordertotal with sum(Quantity * UnitPrice) from Table2.

Regard,
Balakruishnan.K

Options: ReplyQuote


Subject
Written By
Posted
Update a table from sum(field) from another table
April 06, 2005 07:03AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.