How to initialize all columns of SQLite3 table?

后端 未结 0 657
说谎
说谎 2021-02-06 08:27

I\'ve created a table in Python SQLite3:

import sqlite3
con = sqlite3.connect(":memory:")
con.execute("create table Music(ID INT, OsArtistName TEXT         


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