gpt4 book ai didi

php - SQL 查询不工作!

转载 作者:行者123 更新时间:2023-11-30 23:56:32 26 4
gpt4 key购买 nike

INSERT INTO `test` (`x`, `y`)  WHERE `id` = `$id`

VALUES (`$x`, `$y`)

这个查询有什么问题?我在 php 文件的 mysql_query() 函数中运行它。

最佳答案

您不能将 Where 子句与插入一起使用。您要么插入一行,要么不插入。

关于php - SQL 查询不工作!,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/703608/

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