cnxn = pyodbc.connect(connection_string, autocommit=True) crsr = cnxn.cursor() crsr.execute("CREATE TABLE #tmp (id int primary ...
確定! 回上一頁