码迷,mamicode.com
首页 > 数据库 > 详细

Python with MYSQL - sytax problem

时间:2016-01-25 16:35:46      阅读:196      评论:0      收藏:0      [点我收藏+]

标签:

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

标签:

原文地址:http://www.cnblogs.com/kiddy/p/5157611.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!