为什么其他函数方法不行呢

 create function f2()

    -> returns int smallint unsigned

    -> return (4);

ERROR 1064 (42000): 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 'smallint unsigned

return (4)' at line 2


Silent_Walke
浏览 2303回答 1
1回答

Silent_Walke

原来写多了int
打开App,查看更多内容
随时随地看视频慕课网APP

相关分类

MySQL