DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH
 

(mysql.info.gz) LOOP Statement

Info Catalog (mysql.info.gz) CASE Statement (mysql.info.gz) Flow Control Constructs (mysql.info.gz) LEAVE Statement
 
 19.1.9.3 `LOOP' Statement
 .........................
 
      [BEGIN_LABEL:] LOOP
          STATEMENT_LIST
      END LOOP [END_LABEL]
 
 `LOOP' implements a simple loop construct, enabling repeated execution
 of a particular statement or statements. The statements within the loop
 are repeated until the loop is exited; usually this is accomplished
 with a `LEAVE' statement.
 
 BEGIN_LABEL and END_LABEL must be the same, if both are specified.
 
Info Catalog (mysql.info.gz) CASE Statement (mysql.info.gz) Flow Control Constructs (mysql.info.gz) LEAVE Statement
automatically generated byinfo2html