gpt4 book ai didi

mysql - 使用 UPDATE 查询时出现基本 MySQL 错误

转载 作者:行者123 更新时间:2023-11-29 09:03:06 24 4
gpt4 key购买 nike

我不知道我做错了什么,到目前为止我已经尝试了很多不同的事情,重新编写声明等,但似乎没有任何效果。

我收到此错误:

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 'SET content='this is content', active='1' WHERE id='1'' at line 1

这是我正在使用的查询:

UPDATE Pages SET title='$title', SET content='$content', active='$active' 
WHERE id='$id'

我已经检查以确保插入的内容不是问题所在。

最佳答案

删除查询中的第二个SET

你有:

SET title='$title', SET content='$content'

关于mysql - 使用 UPDATE 查询时出现基本 MySQL 错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7944942/

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