Subject Re: [firebird-support] Problem returning multiple rows from a CTE-recursive procedure
Author Mark Rotteveel
On 4-5-2018 18:31, Steve Naidamast blackfalconsoftware@...
[firebird-support] wrote:
> How so?  The "SUSPEND" statement is the last statement in the procedure
> or are you referring to the fact that it is continued as a result of the
> previous "DO" statement?

A FOR .. DO is a loop construct, which either execute a single statement
for each iteration (each row) in the loop, or a block of statements
delimited by BEGIN and END.

Mark
--
Mark Rotteveel