久久r热视频,国产午夜精品一区二区三区视频,亚洲精品自拍偷拍,欧美日韩精品二区

您的位置:首頁技術文章
文章詳情頁

python mysql插入語句 返回1064

瀏覽:136日期:2022-06-28 10:32:26

問題描述

Traceback (most recent call last): File 'python_mysql.py', line 78, in <module>

x.cb_model_add()

File 'python_mysql.py', line 17, in cb_model_add

self.cursor.executemany(sql, params)

File 'build/bdist.linux-x86_64/egg/MySQLdb/cursors.py', line 262, in executemany File 'build/bdist.linux-x86_64/egg/MySQLdb/cursors.py', line 354, in _query File 'build/bdist.linux-x86_64/egg/MySQLdb/cursors.py', line 318, in _do_query_mysql_exceptions.ProgrammingError: (1064, 'You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ’:code)’ at line 2')

sql語句如下:sql='insert into test1 (code) values (:code)'

params = [{’code’:’xx’}] self.cursor.executemany(sql, params)

問題解答

回答1:

sql='insert into test1 (code) values (%s)'self.cursor.executemany(sql, code)

標簽: Python 編程
相關文章:
主站蜘蛛池模板: 江华| 普宁市| 昌都县| 开封市| 仁寿县| 中宁县| 花垣县| 怀远县| 南宁市| 新巴尔虎左旗| 庐江县| 禄劝| 邵阳县| 山丹县| 东兰县| 临夏县| 洪泽县| 高密市| 绥阳县| 阿克陶县| 高淳县| 明溪县| 汨罗市| 云阳县| 贵州省| 宝兴县| 海兴县| 临漳县| 阳曲县| 密云县| 宁河县| 府谷县| 沙坪坝区| 永仁县| 竹山县| 阿拉善右旗| 西乌珠穆沁旗| 青海省| 苍南县| 华坪县| 栖霞市|