top of page


© 2025 by The Clinic. Powered and secured by Wix
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