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.
DELIMITER $$
CREATE PROCEDURE `classimodels`.'GetALLProducts' ()
BEGIN
SELECT * FROM products;
END
Relatively new to MySQL but not SQL in general. Help will be appreciated.