Subject | SELECT Order by DESC |
---|---|
Author | Szakály Balázs |
Post date | 2002-05-20T11:17:10Z |
Why cannot use FB any index on select with desc order?
Select * from TTT order by FFF desc
There is an index to fff but not desc order. Why cannot use in this
case?
So, i need to create 2 indexes to all table, where i need desc order
with high response time.
---------------------------
Balázs Szakály
MicroRaab Co.
email szakalyb@...
---------------------------
Select * from TTT order by FFF desc
There is an index to fff but not desc order. Why cannot use in this
case?
So, i need to create 2 indexes to all table, where i need desc order
with high response time.
---------------------------
Balázs Szakály
MicroRaab Co.
email szakalyb@...
---------------------------