Answer the question
In order to leave comments, you need to log in
Why am I only getting the first line of a sqlite3 query in python?
I make a request for sorting
cur.execute(f"SELECT * FROM users ORDER BY level DESC LIMIT 10")
u_massive=cur.fetchone()
rows = u_massive
for row in rows:
print(row)
20000000XX,3200XXXX,MXXXXX,AnXXXXX,MaXXXXX,33686,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1 1.0.20000000XX
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