Sqlserver
 sql >> Database >  >> RDS >> Sqlserver

Sintassi per una query con parametri in Python (pyodbc)

Dovresti usare? come indicatori di parametro credo.

Il tuo sql dovrebbe probabilmente assomigliare a questo:

sqlStatement = "INSERT INTO CEA_CR (SessionID, Session.Call_TYPE_Assigned, Session.Did_Call_Type_happen_on_this_call, Session.Was_there_a_system_or_Rep_generated_Memo_that_matches_with_Call_Type, cycle, version) VALUES (?, ?, ?, ?, ?, ?)"