How can I pick any group of rows if I know the first and last ID?
Suppose the table has IDs from 1 to 10 and I want contentResolver.query
to return the rows 4 to 8, how can I do that?
I searched for that question, but all I found are solutions to return the first n
consecutive rows:
Asked
Active
Viewed 103 times
0