I am doing 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 | EEE |
| 006 | FFF |
| 007 | GGG
| 008 | HHH |
I would have to return the ind values from 5 down (6,7,8);