Python with MYSQL - sytax problem
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Python with MYSQL - sytax problem相关的知识,希望对你有一定的参考价值。
Con= mysqldb.connect(host=‘192.168.4.166‘,user=‘root‘,passwd=‘1234‘,db=‘test‘) cur=Con.cursor() cur.execute(‘insert into staff_daily(Date,Name,Task_num) values(curdate(),"nicole","‘+str(nicole)+‘")‘) //变量上也要加上双引号否则会报错
以上是关于Python with MYSQL - sytax problem的主要内容,如果未能解决你的问题,请参考以下文章
Python with peewee to MySQL,保存/更新双倍现有行
mysql_config not found和error: command 'gcc' failed with exit status 1