MySQL Forums
Forum List  »  MySQL Workbench

Can't create stored procedure
Posted by: Paul Hives
Date: June 27, 2017 05:55PM

I am following the example from the tutorial. Alas all I get is a syntax error message. Statement is as follows:

DELIMITER $$

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

END

Relatively new to MySQL but not SQL in general. Help will be appreciated.

Options: ReplyQuote


Subject
Views
Written By
Posted
Can't create stored procedure
678
June 27, 2017 05:55PM


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.