0
I am making a query in the database and have to return the table from such index. for example:
| Ind | value |
|001| AAA |
|002| BBB |
|003| CCC |
|004| DDD |
|005| EEA |
|006| FFF |
|007| GGG |
|008| HHH |
I would have to return the values of the Ind from 5 down (6,7,8);