zohab Posted May 21, 2009 Share Posted May 21, 2009 Hi all, I wrote simple stored procedure and it is not working and giving error, CREATE PROCEDURE simpleproc BEGIN select * from tablename END I got this example syntax from following url http://dev.mysql.com/doc/refman/5.1/en/create-procedure.html any idea what is going wrong? Quote Link to comment https://forums.phpfreaks.com/topic/159040-simple-stored-procedure-not-working-on-mysql-50/ Share on other sites More sharing options...
fenway Posted May 22, 2009 Share Posted May 22, 2009 No delimiter. Quote Link to comment https://forums.phpfreaks.com/topic/159040-simple-stored-procedure-not-working-on-mysql-50/#findComment-840175 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.