Subject | Re: [firebird-support] Performance of recursive table |
---|---|
Author | Milan Babuskov |
Post date | 2006-11-24T16:25:53Z |
chrisacron wrote:
With recursive SP you are not limited and go to any depth (or whatever
is the limitation of stack space).
--
Milan Babuskov
http://swoes.blogspot.com/
http://www.flamerobin.org
> In my application I use a self-related table to define complexWrite a recursive stored procedure?
> classifications. The number of levels are theoretically unlimited but
> in reality will probably be 10-15 maximum.
> Is there another way of doing this?
With recursive SP you are not limited and go to any depth (or whatever
is the limitation of stack space).
--
Milan Babuskov
http://swoes.blogspot.com/
http://www.flamerobin.org