【发布时间】:2014-05-02 14:47:45
【问题描述】:
CREATE FUNCTION myFunction(id INT) RETURNS TABLE
BEGIN
RETURN SELECT * FROM board;
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 'TABLE
【问题讨论】:
标签: mysql