aha: https://stackoverflow.com/a/62911303/311220
Stack Overflow
Query Parameter Binding in DateTime Function of Sqlite3
I am using python and attempting to insert into a sqlite3 table as follows:
database.execute("INSERT INTO EXAMPLE VALUES (?, ?, DATETIME('now','+? seconds'), ?);", (id, statement, time_du...
0 Replies