Create a new SQLite table in python with for-loop

后端 未结 0 934
伪装坚强ぢ
伪装坚强ぢ 2021-01-02 19:43

Say I have 100 different integers I want to store like a row with 100 columns.

I am trying it like this:

db = sqlite3.connect("test.db")
c =          


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