Is it possible to show 2 tables with a single function in case of cursor call defined to operate in the database?

前端 未结 0 477
夕颜
夕颜 2021-02-04 02:57
import sqlite3
con1=sqlite3.connect("Database1.db")
con2=sqlite3.connect("Database2.db")
cursor1=con.cursor()
cursor2=con2.cursor()

def create_table         


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