当前位置:Gxlcms > 数据库问题 > mysql中while循环以及变量声明以及dilimiter

mysql中while循环以及变量声明以及dilimiter

时间:2021-07-01 10:21:17 帮助过:9人阅读

  执行比较操作

DELIMITER ||
create procedure mypro()
begin
declare i integer;
set i=1;
start transaction;
while i<=100 do
begin

end;
end while;
commit;
end;
||
delimiter ;

 

mysql中while循环以及变量声明以及dilimiter

标签:

人气教程排行