Subject | How to mix ascending and descending fields in one index |
---|---|
Author | kokok_kokok |
Post date | 2009-10-07T13:22:27Z |
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
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