Subject RE: [firebird-support] index use when using order by
Author liviuslivius
Hi

your problem is that you have ascending index, which is not usable in descending queries. You need to create descending index and it then can be used in e.g. max queries. Ascending index is used in min queries and order by xx asc.



Regards,
Karol Bieniaszewski