CREATE FUNCTION myfunc () RETURNS INT
BEGIN
RETURN 0;
END;
#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 '' at line 3 
这4行代码,在 phpmyadmin 中执行出错.
错误在哪里?谢谢.