On 4-5-2018 18:31, Steve Naidamast [email protected] 
[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

Reply via email to