MySQL Forums
Forum List  »  Newbie

Re: need help with cross referenced tables
Posted by: Noober Bad
Date: May 24, 2009 10:46PM

you mean ,

Insert into Table A (id,category)
select id , category from Table B
left join Table A on A.id = B.id where A.id = null

One more thing , when should i delete the values in Table B as it is temporary table

Options: ReplyQuote


Subject
Written By
Posted
Re: need help with cross referenced tables
May 24, 2009 10:46PM


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.