MySQL Forums
Forum List  »  Stored Procedures

Re: SP syntax error??
Posted by: Jonathan Stephens
Date: March 28, 2014 01:09AM

You're missing a keyword. Try

DECLARE userCursor CURSOR FOR
SELECT last_name, first_name, users.id...

See http://dev.mysql.com/doc/refman/5.7/en/declare-cursor.html

Jon Stephens
MySQL Documentation Team @ Oracle

MySQL Dev Zone
MySQL Server Documentation
Oracle

Options: ReplyQuote


Subject
Views
Written By
Posted
2497
March 27, 2014 04:08PM
1209
March 27, 2014 08:26PM
1158
March 28, 2014 10:47AM
1149
March 28, 2014 12:04PM
1208
April 04, 2014 01:49PM
Re: SP syntax error??
1163
March 28, 2014 01:09AM
1272
March 28, 2014 10:41AM
1140
March 28, 2014 12:11PM
1143
March 30, 2014 11:04PM
1070
April 04, 2014 01:02PM
1084
April 04, 2014 01:36PM


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.