Hello all
I have result set that returns the following data, but i want to filter only the ones with a higher index for example:
so i want the output should be
ID 2, VALUE BOB, INDEX 2
ID 4, VALUE JOHN, INDEX 5
ID 5. VALUE LOU, INDEX 7
any ideas on how to do this?