pymssql executemany is very slow

后端 未结 0 1062
说谎
说谎 2020-12-30 01:14

I am working with pymssql and I want to use executemany. Something like this:

import pymssql

connection = get_db()
rows = get_rows()
query = get_query()
conn         


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