MySQL Forums
Forum List  »  Stored Procedures

Re: Can I run a anomynous PLSQL code block
Posted by: Jay Pipes
Date: December 05, 2005 07:06AM

MySQL != Oracle

You can run blocks of code that are syntactically correct for MySQL. The DECLARE statement must be inside a CREATE FUNCTION/CREATE PROCEDURE block, AFAIK, and I believe the support of this executing through Connector/J will depend on your version of that client.

Jay Pipes
Community Relations Manager, North America, MySQL Inc.

Got Cluster? http://www.mysql.com/cluster
Personal: http://jpipes.com

Options: ReplyQuote


Subject
Views
Written By
Posted
7259
December 03, 2005 06:49PM
Re: Can I run a anomynous PLSQL code block
2188
December 05, 2005 07:06AM


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.