MySQL Forums
Forum List  »  Stored Procedures

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

If you want purely application-layer processing, then of course you want application layer logic written in the application language. ISO SQL ain't such a language, neither is MySQL, and a MySQL stored procedure could not be an efficient solution.

Like DB2, SQL Server & some other SQL implementations, MySQL does have multi-row syntax for one-trip massive INSERTs. It would be easy to build such statements in any adequate app language using arrays or other efficient collection methods.

PB

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Alternate for Varrays in Oracle
2065
May 20, 2012 11:18AM


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.