MySQL 9.1 Release Notes
ITERATE label
ITERATE
can appear only within
LOOP
,
REPEAT
, and
WHILE
statements.
ITERATE
means “start the
loop again.”
For an example, see Section 15.6.5.5, “LOOP Statement”.