MySQL Forums
Forum List  »  MySQL Workbench

Re: Create and use a cursor?
Posted by: Mike Lischke
Date: June 13, 2013 02:05AM

Hey David,

Cursors are restricted to stored routines, so you cannot use them standalone (say, as a normal query). This limitation is not imposed by MySQL Workbench, but is a server feature. If you have trouble with your query syntax then post the text in question here, so we can take a look.

Mike

Mike Lischke, MySQL Developer Tools
Oracle Corporation

MySQL Workbench on Github: https://github.com/mysql/mysql-workbench
On Twitter: https://twitter.com/MySQLWorkbench
On Slack: mysqlcommunity.slack.com (#workbench)
Report bugs to http://bugs.mysql.com
MySQL documentation can be found here: http://dev.mysql.com/doc/refman/8.0/en/

Options: ReplyQuote


Subject
Views
Written By
Posted
1579
June 12, 2013 01:45PM
Re: Create and use a cursor?
625
June 13, 2013 02:05AM
551
June 13, 2013 06:51AM


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.