Subject Re: [firebird-support] How to mix ascending and descending fields in one index
Author Dimitry Sibiryakov
> In other SQL server I can do:
>
> create index foo_ab on foo ( a asc, b desc )
>
> but I do not know how to do it in Firebird

Create two separate indexes.
What queries do you want to speed up with this index?

SY, SD.