Traceback(最近一次呼叫最後一次):
檔案“python_mysql.py”,第 78 行,在
檔案“python_mysql.py”,第 17 行,在 cb_model_add
雷雷檔案“build/bdist.linux-x86_64/egg/MySQLdb/cursors.py”,第262行,在executemany
檔案“build/bdist.linux-x86_64/egg/MySQLdb/cursors.py”,行354,在_query
檔案“build/bdist.linux-x86_64/egg/MySQLdb/cursors.py”,第318 行,在_do_query
_mysql_exceptions.ProgrammingError: (1064,“您的SQL 語法有錯誤; 檢查與您的 MySQL 伺服器版本相對應的手冊,以了解在第 2 行 ':code)' 附近使用的正確語法")
sql語句如下:
sql="insert into test1 (code)values (:code)"
雷雷