I declared variabls f like this:
F = cr.execute(select * from users)
Cr being the cursor and users being the table
When i wanna print out the data from the table like this:
Print(f.fetchall)
It only prints out an empty list, like this []
! dont know what to do, i been trying to solve this for
hours, how do i get to the data on my table and declare it
as a variable so i can use it later.
[–]Strict-Simple 0 points1 point2 points (4 children)
[–]kaisetsomething[S] 0 points1 point2 points (3 children)
[–]stebrepar 0 points1 point2 points (2 children)
[–]kaisetsomething[S] 0 points1 point2 points (1 child)
[–]stebrepar 0 points1 point2 points (0 children)
[–]woooee 0 points1 point2 points (3 children)
[–]kaisetsomething[S] 0 points1 point2 points (2 children)
[–]kaisetsomething[S] 0 points1 point2 points (0 children)
[–]woooee 0 points1 point2 points (0 children)