Subject Re: [firebird-support] Re: How to mix ascending and descending fields in one index
Author Milan Babuskov
Geoff Worboys wrote:
>> In any case, as I said, I will continue using FB because I
>> consider that it is an excellent engine.
>
>> By the way, I solved the problem calculating the score in the
>> inverse way, so now I can use "order by score, name". Now it
>> works fine.

That's why I was asking about datatype. You could probably create index
on expression "SCORE * -1" and use that.

--
Milan Babuskov

==================================
The easiest way to import XML, CSV
and textual files into Firebird:
http://www.guacosoft.com/xmlwizard
==================================