MySQL Forums
Forum List  »  Stored Procedures

Creating stored procedures. MySQL Error Number 1064
Posted by: Vladimir M
Date: November 30, 2005 08:45AM

Why I can't create the simple sp?
----
CREATE PROCEDURE spVin()
BEGIN
SELECT * FROM cc
END
----
If I do it I get "MySQL Error Number 1064"!

I try get examples from MySQL Documentation, but it doesn't work too.
Help me please!

Options: ReplyQuote


Subject
Views
Written By
Posted
Creating stored procedures. MySQL Error Number 1064
3074
November 30, 2005 08:45AM


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.