gpt4 book ai didi

python - Where 子句错误 : column does not exist

转载 作者:行者123 更新时间:2023-11-29 14:16:38 25 4
gpt4 key购买 nike

我有一个名为“name”的变量,它每次都存储不同的字符串。但是,我发现我无法将变量“名称”放入 WHERE 条件中。

如果我运行下面的代码,它会出现“column 'name' does not exist”错误。

curs.execute("SELECT id FROM school WHERE hisname = name ")

你有什么建议?谢谢

最佳答案

试试这个:

curs.execute("SELECT id FROM school WHERE hisname = %s", (name,))

关于python - Where 子句错误 : column does not exist,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46386302/

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