MySQL Forums
Forum List  »  MySQL Workbench

Re: Can't create stored procedure
Posted by: Miguel Tadeu
Date: June 29, 2017 03:47AM

I just tried it but with a small fix...the names should be between ` and not '.

DELIMITER $$

CREATE PROCEDURE `classimodels`.`GetALLProducts` ()
BEGIN
SELECT * FROM products;

END

Options: ReplyQuote


Subject
Views
Written By
Posted
688
June 27, 2017 05:55PM
Re: Can't create stored procedure
381
June 29, 2017 03:47AM


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.