Hi All,
I have not attempted to do this line of code yet as I am not a Wizz at SQL or B4J so I was hoping someone could give me a starting point or a direction I should be going in or even if this is possible.
I do not want to retrieve all the results and then randomise between those, that would be easier but would take time to remotely retrieve the database.
There are 3 fields that are used to retrieve the filtered records.
1. Catagory
2 Sub Catagory (if any)
3. Difficulty
I think I should add an index with the 3 fields above into MySQL
From the results set I want to randomly choose x amount of ID's where x is a number of questions
Thank you in advance
Peter
I have not attempted to do this line of code yet as I am not a Wizz at SQL or B4J so I was hoping someone could give me a starting point or a direction I should be going in or even if this is possible.
I do not want to retrieve all the results and then randomise between those, that would be easier but would take time to remotely retrieve the database.
There are 3 fields that are used to retrieve the filtered records.
1. Catagory
2 Sub Catagory (if any)
3. Difficulty
I think I should add an index with the 3 fields above into MySQL
From the results set I want to randomly choose x amount of ID's where x is a number of questions
Thank you in advance
Peter