A long time ago, in a galaxy far, far away, "Relaxin" <noname(at)spam(dot)com> wrote:
> Yes, I really *need* a descending index.
>
> How do you do a backward scan on an index?
Normally, your query would look like:
"... order by field14 descending;"
That will scan backwards based on the index, assuming that the
optimizer decided to use an index on field14.
--
let name="cbbrowne" and tld="cbbrowne.com" in String.concat "@" [name;tld];;
http://www.ntlug.org/~cbbrowne/oses.html
"What this list needs is a good five-dollar plasma weapon."
--paraphrased from `/usr/bin/fortune`