top of page
MySQL:
ITERATE
Syntax:
ITERATE label
ITERATE can appear only within LOOP, REPEAT, and WHILE statements.
ITERATE means "start the loop again."
URL: https://dev.mysql.com/doc/refman/8.0/en/iterate.html
Example
bottom of page
Syntax:
ITERATE label
ITERATE can appear only within LOOP, REPEAT, and WHILE statements.
ITERATE means "start the loop again."
URL: https://dev.mysql.com/doc/refman/8.0/en/iterate.html