X
X
xxxfdd2020-12-25 22:31:45
Python
xxxfdd, 2020-12-25 22:31:45

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

1 answer(s)
W
Wispik, 2020-12-26
@Wispik

SELECT id FROM table ORDER BY id DESC LIMIT 1

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question