如题,在mysql错误提示里看不到有用的信息。
比如我写 Declare @a, 错误提示信息如下:
“Script line: 1 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 'DECLARE @a' at line 1”
操作系统: Vista, Mysql Version: 1.2.12.
...全文
253414打赏收藏
为什么我的SQL用不了DECLARE,一用就报错
如题,在mysql错误提示里看不到有用的信息。 比如我写 Declare @a, 错误提示信息如下: “Script line: 1You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'DECLARE @a' at line 1” 操作系统: Vista, Mysql Version