MySQL Forums
Forum List  »  Stored Procedures

Re: Using Stored Proceedure to add rows to lookup table
Posted by: Rick James
Date: May 04, 2012 09:28PM

I'm not sure it is possible. I would recommend:

Plan A: Do the work in your application.
or
Plan B: Abandon LOOKUP_T2_T3; use LOOKUP_T1_T2_T3 as needed. (You might meed a more complex JOIN.)

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Using Stored Proceedure to add rows to lookup table
895
May 04, 2012 09:28PM


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.