My python code connects to the database, but says no tables exist, but I can clearly see that they do

后端 未结 0 1675
灰色年华
灰色年华 2020-12-28 20:34

I am writing in python 2.7.

My code is as follows:

import sqlite3
conn = sqlite3.connect("authorisation.db")
cursor = conn.cursor()
rows =  c         


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