Categories
How to find out the last id in sql lite in python?
I need to get the last id in the table through python from sql lite who will help that handsome man)
Answer the question
In order to leave comments, you need to log in
SELECT id FROM table ORDER BY id DESC LIMIT 1
Didn't find what you were looking for?
Ask a Question
731 491 924 answers to any question