Subject | Re: [firebird-support] How to mix ascending and descending fields in one index |
---|---|
Author | Dimitry Sibiryakov |
Post date | 2009-10-07T13:33:56Z |
> In other SQL server I can do:Create two separate indexes.
>
> create index foo_ab on foo ( a asc, b desc )
>
> but I do not know how to do it in Firebird
What queries do you want to speed up with this index?
SY, SD.