Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试更新 value = 0 的列排序,但它向我显示了这个错误
'where 子句'中的未知列'sort'
我正在使用以下查询
mysql_query("UPDATE `category` SET `sort`='1' WHERE `sort`='0'")
排序列存在于数据库中,但我不知道它没有更新
查询是正确的。这意味着您的观察 -当前选定数据库的表中sort存在该列- 是不正确的。category
sort
category