gpt4 book ai didi

mysql - INSERT 查询时出现错误 1064 (42000)

转载 作者:行者123 更新时间:2023-11-29 23:56:21 25 4
gpt4 key购买 nike

我的 SQL 查询(作为触发器的一部分)是:

插入产品定价数据(pp_id、group_id、var、数据)
值(@newppid、NEW.group_id、NEW.var、newprice);

我收到的错误消息是:

ERROR 1064 (42000) at line 7: 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 54

不太有用!如果有人有任何建议,不胜感激。

最佳答案

缺少 END IF;从错误消息指向的行往下几行 - 添加 END IF;删除了语法错误,触发器创建成功。

关于mysql - INSERT 查询时出现错误 1064 (42000),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25311803/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com