Thread: Explicit direction of index using

Explicit direction of index using

From
Dmitry Samersoff
Date:
How I can specify explicitly, wich index is need to be used in
select query?


---
Dmitry Samersoff, dms@wplus.net, ICQ:3161705
http://devnull.wplus.net
* There will come soft rains ...


Re: [HACKERS] Explicit direction of index using

From
Thomas Lockhart
Date:
> How I can specify explicitly, wich index is need to be used in
> select query?

afaik, you can't. Indices are completely decoupled from the query
language, but are usually present in rdbms' as a db-specific
optimization.
                     - Thomas

-- 
Thomas Lockhart                lockhart@alumni.caltech.edu
South Pasadena, California