Answer the question
In order to leave comments, you need to log in
How to do multiple substitution of values in a Sqlite query?
Here is an example of a single substitution
cursor.execute("""INSERT INTO flow_of_funds VALUES (:input_date_and_time, 'RUB', 'crediting funds', '22950')""", {"input_date_and_time": input_date_and_time})
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question