MySQL :: MySQL 5.0 Reference Manual :: 13.6.5.5 LOOP Syntax
[begin_label:] LOOP statement_list END LOOP [end_label] LOOP implements a simple loop construct, enabling repeated execution of the statement list, which consists of one or more statements, each terminated by a semicolon (;) statement ......