gpt4 book ai didi

python - 我的代码显示了不正确的mysql语法,尽管它是正确的

转载 作者:行者123 更新时间:2023-12-03 08:07:29 25 4
gpt4 key购买 nike

scholar_no = int(input('Enter the Scholar Number'))

mycursor.execute("delete from student1 WHERE Scholar_No = %s", (scholar_no))
mydb1.commit()

最佳答案

您必须添加一个元组而不是单个变量,即使它只是单个值

mycursor.execute("delete from student1 WHERE Scholar_No = %s", (scholar_no,))

关于python - 我的代码显示了不正确的mysql语法,尽管它是正确的,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/65169710/

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