MySQL Forums
Forum List  »  MySQL Administrator

Error when create procedure dialog
Posted by: Tuyen Tran
Date: August 05, 2005 11:23PM

I tried to create new procedure with MySQL Administrator , I also got an exception
"Error when executing query
CREATE PROCEDURE 'mybus'.'sp_Bus'()
BEGIN
SELECT * FROM lotrinh;
END
MySQL Error Number 1064
You have an error in your SQL syntax;check the manual that corresponds to your MySQL server version for the right syntax to use near 'PROCEDURE 'mybus'.'sp_Bus'()
BEGIN
SELECT * FROM lotrinh ;
END' at line 1
I checked help file and I felt it was true .But this command wasn't excuted .Why is it ?How to solve ?

Options: ReplyQuote


Subject
Written By
Posted
Error when create procedure dialog
August 05, 2005 11:23PM


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.