MySQL 8.4 Reference Manual Including MySQL NDB Cluster 8.4

15.6.5.3 ITERATE Statement

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”.