How to concantenate tuple with pyodbc.Row?

后端 未结 0 1535
滥情空心
滥情空心 2021-01-27 23:50

I need to concantenate tuples with pyodbc.Row datatype. I did the following:

data_list = [row for row in cursor.fetchall()]

However, tuples insid

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