My code is showing incorrect mysql syntax although it is correct

前端 未结 0 869
别那么骄傲
别那么骄傲 2020-12-06 22:50

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

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


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题