MySQL Forums
Forum List  »  Stored Procedures

Re: How to write goto stop label in mysql procedure like oracle?
Posted by: Peter Brawley
Date: July 21, 2016 06:44AM

MySQL doesn't have GOTO, but see the stored procedure manual page for how to use loop labels and the LEAVE statement.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: How to write goto stop label in mysql procedure like oracle?
1704
July 21, 2016 06:44AM


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.