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? 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. 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
Archived
This topic is now archived and is closed to further replies.