Subject | RE: [firebird-support] Recursive SQL statement Help |
---|---|
Author | Sasha Matijasic |
Post date | 2008-06-26T23:55:27Z |
> >If you use 2.1 try CTEs, otherwise you can write a recursive stored procedure.
> Do you have a maximum level if 3 ? if so, you could just make left
> joins
> >with the same table
>
> No. The maximum level has no limit.
>
Sasha