insert_stmt = f"INSERT INTO table(col0,col1,col2,col3) VALUES (?,?,?,?)" pyodbcCursor.executemany(insert_stmt,sqlite3Cursor.execute(select_stmt)).
確定! 回上一頁