Answer the question
In order to leave comments, you need to log in
How to get maximum value in sqlite with username?
please help me
cursor.execute("SELECT MAX(ochki) FROM db")
all_db = cursor.fetchall()
Answer the question
In order to leave comments, you need to log in
Not the fact that this line is the only one ... Therefore, something like this:
SELECT * FROM db WHERE ochki=(select max(ochki) from db)
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question