Answer the question
In order to leave comments, you need to log in
Deleting a row from a sqlite3 database table in python does not work. What to do?
I used sqlite3 to work with a python database
and ran into a problem that the delete command does not delete
the specified row in the database table.
cursor.execute(f"DELETE FROM links WHERE ROWID = 1")
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