我很熟悉sql,但我必须在这里找到一些非常愚蠢的东西.此更新查询不断抛出错误.查询是:
UPDATE pages SET 'order' = 1 WHERE id = 19
该表肯定有一个订单列,它有一个ID为19的记录.订单列不是唯一的.
#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 '"order" = 2 WHERE id = 19' at line 1
我在引号中包含了顺序,因为ORDER是一个保留的sql字.我错过了什么?
最佳答案
原文链接:https://www.f2er.com/mysql/433846.html