MySQL Forums
Forum List  »  Stored Procedures

Re: Declare Cursor -- simple failure
Posted by: Peter Brawley
Date: March 14, 2016 09:42PM

The manual says DECLARE must come before any code in any block, therefore if there is code ahead of the cursor decalration, that declaration must be in a block. Does that help clarify matters?

Options: ReplyQuote


Subject
Views
Written By
Posted
3101
March 14, 2016 01:10PM
Re: Declare Cursor -- simple failure
1021
March 14, 2016 09:42PM


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.