MySQL Forums
Forum List  »  Stored Procedures

Re: call SP with dynamic SQL
Posted by: Peter Brawley
Date: April 11, 2012 09:51AM

Remember, SQL is not a meant to be a complete computer language.

Recursion is possible with MySQL sprocs, but recursive tree traversal in SQL tends to be slower than other solutions. See Listings 7 through 7d at http://www.artfulsoftware.com/mysqlbook/sampler/mysqled1ch20.html.

PB

Options: ReplyQuote


Subject
Views
Written By
Posted
6896
April 03, 2012 03:30PM
2267
April 03, 2012 07:28PM
2436
April 11, 2012 12:28AM
Re: call SP with dynamic SQL
1989
April 11, 2012 09:51AM


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.