mysql 存储过程 循环 - 偶不是大叔 - 博客园
mysql 存储过程 循环 DELIMITER $$ CREATE DEFINER=`root`@`%` PROCEDURE `sp_pament_TrainFee`() BEGIN /*局部变量的定义 declare*/ declare strYear int; ...
MySql 循环执行存储过程_懒人程序
MySql 循环执行存储过程 2014-09-26 508 懒人程序 drop procedure if exists setUserRole; create procedure setUserRole(userId int, startnum int...