djj0127
新手上路

UID 99564
精华
0
积分 4
帖子 2
金钱 4 喜悦币
威望 0
人脉 0
阅读权限 10
注册 2007-10-9
状态 离线
|
Mysql 1064 错误
DELIMITER $$
DROP PROCEDURE IF EXISTS `vs`.`test`$$
CREATE PROCEDURE `vs`.`test` ()
BEGIN
select * from bookplan
END$$
DELIMITER ;
刚学存储过程,遇到 这样一个错误,
you have an error in your sql syntax; check the manual that corresponds to your mysql server for the right syntax to
user near ' ' at line 4
我用的是mysql 5.0版本的 ,希望大家指点一下小弟!
|
|