MySQL Forums
Forum List  »  Newbie

Re: fill blanks in one table using another
Posted by: Paco de Kumite
Date: April 20, 2012 07:43AM

Here's how to do it, for those who are interested.

select A1.fieldA, A2.field1, A2.field1 from table1 A2, table2 A1 where A1.key = A2.fieldA

Options: ReplyQuote




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.