MySQL Forums
Forum List  »  Stored Procedures

Re: Returning a signle result set
Posted by: Per-Erik Martin
Date: December 15, 2005 05:41AM

You have syntax errors in your example.

"SELECT isOpen INTO..." is missing a "FROM table".
There's a ; missing after END IF.

Other than that, it works, returning a single resultset containing true or false.

pem, Senior Software Dev., MySQL AB

Options: ReplyQuote


Subject
Views
Written By
Posted
2209
December 15, 2005 05:01AM
Re: Returning a signle result set
1366
December 15, 2005 05:41AM
1453
December 15, 2005 05:51AM
1452
December 15, 2005 06:42AM


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.