For example: there are 100 records in a Firebird database.
I do execute the SQLQuery: 'select W from TRIANGLE order by W asc'
I need to position to 50 and 51 record and get the average value of both
But the record count may to be 2, 3, 4 ....
Is there some solution for this ?
Thank you !