MySQL Forums
Forum List  »  Stored Procedures

Re: whats worng in that
Posted by: Thomas CORBIERE
Date: November 10, 2005 12:41PM

In a BEGIN END block, you have to write things in this order :
- variable declaration
- condition declaration
- cursor declaration
- handler declaration
- the rest of the code

The problem is that you didn't follow this order.

Thomas CORBIERE

Options: ReplyQuote


Subject
Views
Written By
Posted
2193
November 10, 2005 10:00AM
Re: whats worng in that
1120
November 10, 2005 12:41PM


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.