MySQL 8.4 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β.