Subject | RE: [firebird-support] index use when using order by |
---|---|
Author | liviuslivius |
Post date | 2019-09-18T04:46:39Z |
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