读取文件,多个参数,循环查询,返回结果,记录文件

tech2026-03-09  2

import pymssql ''' 链接数据库,查询每天每个客服接待机器的数量,汇总成集合,统计数量。 写入txt文件 ''' def linkdb(name,date): # 数据库远程连接 conn = pymssql.connect(host="127.0.0.1", user="sa",password=
最新回复(0)