Re: Problems using LOOP..END LOOP, label and LEAVE
Odd, I just gave it a go and it seems to work fine for me.
mysql> create procedure myproc()
-> begin
-> myloop: loop
-> leave myloop;
-> end loop;
-> end
-> //
Query OK, 0 rows affected (0.00 sec)
I'm using a brand new 5.7 intall.
Andrew Gilfrin
------------------
http://gilfster.blogspot.com
My MySQL related Blog
http://www.mysqldevelopment.com
MySQL Stored Procedure,Trigger, View.... (Just about most things these days) Information
Subject
Views
Written By
Posted
5412
June 29, 2005 06:25AM
2456
June 29, 2005 07:26AM
2531
June 30, 2005 12:38AM
2465
June 30, 2005 04:57AM
2344
June 30, 2005 05:41AM
2386
July 01, 2005 04:17AM
Re: Problems using LOOP..END LOOP, label and LEAVE
2362
July 01, 2005 05:23AM
2336
July 01, 2005 06:04AM
2941
July 01, 2005 06:29AM
2430
July 01, 2005 07:11AM
4644
July 01, 2005 04:39PM
2499
July 17, 2005 01:24AM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.