Documentation Index
Fetch the complete documentation index at: https://docs.upsolve.ai/llms.txt
Use this file to discover all available pages before exploring further.
Synopsis
Description
TheITERATE statement allows processing of blocks in SQL
routines to move processing back to the start of a
context block. Contexts are defined by a label. If no label
is found, the functions fails with an error message.
Examples
ITERATE
statement in combination with other statements are available in the SQL
routines examples documentation.