vinoindiamca Posted February 4, 2009 Share Posted February 4, 2009 Hi i got error in my mysql stored procedures CREATE PROCEDURE getbooknew(IN names varchar(100),IN sets int(10),IN rows int(10)) begin select * from booking where Name Like names ORDER BY bdate DESC LIMIT sets,rows; end sets and rows is for limit the records . I need to fetch records by using this query please help in this. Quote Link to comment https://forums.phpfreaks.com/topic/143725-stored-procedure-problem/ Share on other sites More sharing options...
fenway Posted February 6, 2009 Share Posted February 6, 2009 You were having other issues with SPs... what's the problem? Quote Link to comment https://forums.phpfreaks.com/topic/143725-stored-procedure-problem/#findComment-755783 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.