Home >Database >Mysql Tutorial >mysql stored procedure 1242-MySQL stored procedure ITERATE and LEAVE
mysql stored procedure 1242mysqlmysql database seeking mysql expert database programming
These two statements ITERATE are used to jump out of this loop and enter the next loop. LEAVE is used to jump out of the entire loop. Please give an example of how to jump out of the loop?
http://outofmemory.cn/code-snippet/9509/mysql-loop-leave-iterate-statements