比如:查看表Player的所有列信息
sql="PRAGMA table_info(Player) "
print(cur.execute(sql).fetchall())
比如:查看表Player的所有列信息
sql="PRAGMA table_info(Player) "
print(cur.execute(sql).fetchall())
本文标题:【2020-06-17】sqlite3查看某张表中所有列信息
本文链接:https://www.haomeiwen.com/subject/kxdsxktx.html
网友评论