Fetch data from cursor.execute(sql) to python list with filtering the specific variable value in sql

后端 未结 0 1780
-上瘾入骨i
-上瘾入骨i 2021-01-21 16:20

There is a dataset that has 70 million row records in sql-oracle, i execute it in python with:

cursor.execute(sql_q)

It is ok to take wh

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