Quantcast
Channel: MySQL Forums - MySQL Workbench
Viewing all articles
Browse latest Browse all 3724

Can't create stored procedure (no replies)

$
0
0
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.

Viewing all articles
Browse latest Browse all 3724

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>