Ok so I'm not that experienced in Python.
I have the following Python code:
cursor.execute("INSERT INTO table VALUES var1, var2, var3,")
where var1
is an integer, var2
& var3
are strings.
How can I write the variable names without python including them as part of the query text?
question from:https://stackoverflow.com/questions/65870052/i-cant-use-update-option-in-my-another-window-of-tkinter