MySQL Forums
Forum List  »  InnoDB

Re: UPDATE with SELECT
Posted by: Tyler Hains
Date: May 20, 2005 02:06PM

update table1 join table2 on (table1.Id = table2.Id)
SET table1.field1 = table2.field2

Options: ReplyQuote


Subject
Views
Written By
Posted
3236
May 05, 2005 01:18AM
Re: UPDATE with SELECT
2227
May 20, 2005 02:06PM


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.