MySQL Forums
Forum List  »  Stored Procedures

Re: Alternate for Varrays in Oracle
Posted by: Peter Brawley
Date: May 20, 2012 04:27AM

> But that's not the same thing.

Sure. Otherwise arrays would be tables.

> If you have an application and you wish to pass a set of values to a stored procedure. You are doing so because perhaps you pass 1000 values, in one network round trip.

In MySQL, a convenient way is to put the values in a temp table and pass the name of that table to the sproc.

PB

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Alternate for Varrays in Oracle
1396
May 20, 2012 04:27AM


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.