MySQL Forums
Forum List  »  Oracle

Re: Support for hierarchical queries?
Posted by: Josh Chamas
Date: September 26, 2004 07:46AM


MySQL does not yet support CONNECT BY PRIOR, however it is planned for a future release.

For now, recursive queries need to be implemented in a programming language. There
is stored procedure support in MySQL 5.0, which will be released stable in Q1 2005,
so you could rewrite the recursion there and still have it on the database side.

Regards,

Josh

Josh Chamas
Director, Professional Services
MySQL Inc., www.mysql.com
Get More with MySQL! http://www.mysql.com/consulting

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Support for hierarchical queries?
6119
September 26, 2004 07:46AM


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.