Subject How to mix ascending and descending fields in one index
Author kokok_kokok
How can I mix ascending and descending fields in one index? What would the Firebird version of this be? Is it even possible?

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

Thank you