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

Creating a test sproc : error 1064 (4 replies)

$
0
0
I am getting the 1064 error creating a simple test sproc using this env:
Appl: MySQL Workbench 5.2.27 CE
DBMS: MySQL 5.1
OS: Windows7

Would appreciate it if you can shed some light. Thanks!

---- here's the code -----
DROP TABLE IF EXISTS mydb.address2 ;
CREATE TABLE IF NOT EXISTS mydb.address2 (
myId int
);
CREATE PROCEDURE mydb.spCreateNewAddress2()
BEGIN
select 'Hello World'
END; <<<<<------ error in RED
---- End of code -----

Viewing all articles
Browse latest Browse all 3740

Latest Images

Trending Articles



Latest Images

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