sqlite3.InterfaceError: Error binding parameter 0 - probably unsupported type?

后端 未结 0 1299
南旧
南旧 2021-02-20 06:13

I am getting an error when trying to compile data from Python(3.9.1) to SQLite3.

import sqlite3

conn = sqlite3.connect(\'newdB.db\')

#Creates the table \'tbl_ne         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题