标签: mysql create-function
有人能告诉我以下sql句子有什么问题吗? 我无法在mysql中运行它。
create function getParent(@value INT) returns @tmp table begin return (select * from cate_test); end
错误消息是: 错误1064(42000):您的SQL语法有错误;检查与MySQL服务器版本对应的手册,以便在“@value INT”附近使用正确的语法