文章分类 -  数据库

mysql 存储过程
摘要:create procedure proc6()begindeclare i int;declare j int;declare k int;set i=20000001;set j=40000001;set k=60000001;LOOP_LABLE:loop xxxxxxxxset i=i... 阅读全文
posted @ 2013-09-25 08:47 babyblue 阅读(113) 评论(0) 推荐(0)