Re: recursive search

From: mireero <mireero_at_free.fr>
Date: Sat, 10 Sep 2016 18:27:51 +0200
Message-ID: <57d43488$0$24794$426a74cc_at_news.free.fr>


Thanks for the answers.

What I get is:
[Quoted] - No recursive support in mysql (and might be handled by other database
systems).
- I can manually search with n joins if not going until the end is an
option (not my case here).

What I have is:
- My app is not written around this recursive search, it's only one
query among maybe 30.
- I'd prefer the search to be fully recursive.

Conclusion:

I'll stick with mysql.
I'll go with PHP.
[Quoted] [Quoted] I'll have a look at cursors (because I'm still learning and I'm interested).
I do know basics of stored procedures but if you has hints/links about how to create a recursive search, I would appreciate (I know, I can also google it!).

Thanks again,
mireero Received on Sat Sep 10 2016 - 18:27:51 CEST

Original text of this message