MySQL Forums
Forum List  »  Stored Procedures

Re: unable to create a stored procedure in mysql5.0.13
Posted by: suba nithya
Date: October 07, 2005 03:10AM

Thank u nivedita
but this error came lot of time with the correct query.
The same error comes repitedly so please reply.
why a simple stored procedure is not working in this version
The code is
mysql>delimiter //
mysql> create procedure msg()
-> begin
-> select * from cust_detail;
-> end
-> //
ERROR 1064 (42000): 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 'proce
dure msg()
begin
select * form cust_detail;
end' at line 1
mysql>

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: unable to create a stored procedure in mysql5.0.13
2491
October 07, 2005 03:10AM


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.