MySQL 6 创建存储过程出现的 ERROR 1064 即解决办法
在用mysql6创建存储过程时原本在mysql5能正常运行的缺提示错误,提示信息如下
ERROR 1064 : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '(20))
CREATE PROCEDURE testproc(IN biaoshi INT,OUT kjcstime TIMESTAMP(20)) BEGIN ... END//