| Subject | Re: [firebird-support] Recursive Selectable Stored Procedure | 
|---|---|
| Author | Friedrich Remmert | 
| Post date | 2006-06-12T11:25:58Z | 
Hi,
without knowing or understanding the details: the result set from
Without this assumption, I would expect surprising results (multiple listings
of the same record, infinite loop, ... ?).
fr.
            without knowing or understanding the details: the result set from
> for select ReportInto, SellingCode, SellNames, SellSurnameshould be unique with respect to sellingcode (or grouped by sellingcode).
> from M_SELLINGENTITY
> where REPORTINTO = :TOPLEVEL
> into :REPORTINTO, :SELLINGCODE, :SELLNAME, :SELLSURNAME do
> begin
Without this assumption, I would expect surprising results (multiple listings
of the same record, infinite loop, ... ?).
fr.