Hi guys good morning (here in Brazil).
Can you help me?
I am asking some questions to help my daughter in school.
use sqlite.
rowid 1 question 1
rowid 2 question 2
rowid 3 question 3
rowid 4 question 4
if i read with order by desc i will have 4,3,2,1
I throw these values in a list.
I would like to have these same values in the list, but at random, would anyone have any ideas please?
1st. time 4.2.1.3
2nd instead 1,2,3,4
and this interval increases as I ask more questions to avoid being monotone
if I use rnd, sometimes it will not cover all values
tks
regards
Can you help me?
I am asking some questions to help my daughter in school.
use sqlite.
rowid 1 question 1
rowid 2 question 2
rowid 3 question 3
rowid 4 question 4
if i read with order by desc i will have 4,3,2,1
I throw these values in a list.
I would like to have these same values in the list, but at random, would anyone have any ideas please?
1st. time 4.2.1.3
2nd instead 1,2,3,4
and this interval increases as I ask more questions to avoid being monotone
if I use rnd, sometimes it will not cover all values
tks
regards