MySQL Forums
Forum List  »  InnoDB

Re: How to iterate trough list in string
Posted by: Rick James
Date: December 24, 2010 10:59AM

Ponder another way to do it:
Create a TEMPORARY TABLE and populate it with the ids you need, then call the stored procedure. You may find then that you don't need to iterate, but can do the entire procedure in a single statement.

Options: ReplyQuote


Subject
Views
Written By
Posted
4760
December 23, 2010 04:16AM
Re: How to iterate trough list in string
1550
December 24, 2010 10:59AM
2052
December 27, 2010 09:27AM
1443
December 28, 2010 03:35PM


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.