[+/-]
The IF
, CASE
,
LOOP
, WHILE
,
ITERATE
, and LEAVE
constructs are fully implemented.
These constructs may each contain either a single statement, or
a block of statements using the BEGIN ... END
compound statement. Constructs may be nested.
FOR
loops are not currently supported.
This is a translation of the MySQL Reference Manual that can be found at dev.mysql.com. The original Reference Manual is in English, and this translation is not necessarily as up to date as the English version.