import pyodbc from datetime import datetime classSql: ... execute batch insert cursor.executemany(query, batch) # commit insert to SQL ...
確定! 回上一頁