|
A LOOP statement repeats the execution of a block of statements.
This statement is only allowed in stored procedures and triggers.
Pervasive.SQL does not support post-conditional loops (REPEAT...UNTIL).
The following example increments the variable vInteger by 1 until it reaches a value of 11, when the loop is ended.
|
Chapter contents
Prev topic: LIKE
|