MySQL Forums
Forum List  »  Stored Procedures

Re: Sending arrays to MySQL
Posted by: Rick James
Date: February 09, 2012 12:04AM

Arrays -> SP ?
Do it this way:
1. CREATE TEMPORARY TABLE
2. insert the array items into that table
3. write the SP so that it uses that table.

Options: ReplyQuote


Subject
Views
Written By
Posted
1948
February 07, 2012 04:18PM
913
February 08, 2012 05:59AM
Re: Sending arrays to MySQL
915
February 09, 2012 12:04AM


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.