Subject | Re: [firebird-support] Re: How to mix ascending and descending fields in one index |
---|---|
Author | Milan Babuskov |
Post date | 2009-10-08T16:04:02Z |
kokok_kokok wrote:
--
Milan Babuskov
==================================
The easiest way to import XML, CSV
and textual files into Firebird:
http://www.guacosoft.com/xmlwizard
==================================
> Simplifying the problem, I want the 10 first records, ordered by "a desc, b"What is the datatype of A and B?
>
> select first 10 * from fo order by a desc, b
>
> My question is: how can I create an index
--
Milan Babuskov
==================================
The easiest way to import XML, CSV
and textual files into Firebird:
http://www.guacosoft.com/xmlwizard
==================================