MySQL Forums
Forum List  »  Oracle

Re: Help with Oracle query.
Posted by: Bob Field
Date: April 12, 2006 12:29PM

Well, using MySQL I'd do it as follows:

UPDATE b JOIN a ON b.id=a.id SET b.field=a.field WHERE given criteria;

Options: ReplyQuote


Subject
Views
Written By
Posted
3198
April 12, 2006 12:20PM
Re: Help with Oracle query.
2098
April 12, 2006 12:29PM


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.