ai didi

mysql - mysql_query 的更新语法有问题

转载 作者:行者123 更新时间:2023-11-30 23:02:37 24 4
gpt4 key购买 nike

$sql = "UPDATE 'load' SET 'graphe'=".$graphe."','intersection'='".$intersection."','ville'='".$ville."' 其中id= '".$id."'";

我在搜索后使用了上面的内容,有人说它更正了语法。当我运行它时,我失败了。

谢谢

皮特

最佳答案

将 ' 更改为 ` AND 在 ".$graphe 之前插入 '

$sql = "UPDATE `load` SET `graphe`='".$graphe."',`intersection`='".$intersection."',`ville`='".$ville ."' where id='".$id."'";

关于mysql - mysql_query 的更新语法有问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/23305658/

24 4 0
文章推荐: php - 如何限制脚本在特定 ip 地址上运行的时间
文章推荐: python - PyPI 和 pip - 安装的包在读取 README.md 时收到错误
文章推荐: python - 创建具有未知数量属性的类实例
文章推荐: python - 如何在Python 3中将具有ascii十进制数的字节数组转换为整数
行者123
个人简介

我是一名优秀的程序员,十分优秀!

滴滴打车优惠券免费领取
滴滴打车优惠券
全站热门文章
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com