It is my Computer Notes.
Using Guide : object-key or object-key-key
e.g. Step 1 Blog Search : [mysql-run] and then Step 2 ctrl+F [mysql-run]
{bookMark me : Ctrl+D}
2013年10月16日 星期三
mysql-loop mysql-do-while-dowhile example
simple_loop: LOOP
insert into table1 values(a);
SET a=a+1;
IF a=51 THEN LEAVE simple_loop;
END IF; END LOOP simple_loop;
沒有留言:
張貼留言