python中executemany的使用

1 conn = MySQLdb.connect(host = 「localhost」, user = 「root」, passwd = 「password」, db = 「myDB」, charset=’utf8′) 2 cursor = conn.cursor() 3 sql = 「insert into myTable (created_day,name,count) values(%s
相關文章
相關標籤/搜索