Execute more than one select statement using a single cursor of pyodbc?

后端 未结 0 789
無奈伤痛
無奈伤痛 2020-12-24 04:57

I am using pyodbc to connect to SQL Server server and execute my query, like:

connection=connect(...)
cursor=connection.cursor()
cursor.execute(\'\'\'
    SEL         


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