RasberryPi python error - sqlite3.OperationalError: near “(”: syntax error - but not in Windows

后端 未结 0 707
南方客
南方客 2021-02-05 22:55

I have a problem in python code with sqlite3.

This is my code.

conn = sqlite3.connect("test.db", isolation_level=None)
c = conn.cursor()
c.execut         


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