Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 2 of 2 total
Thread index entries
Mon, Oct 22 2012 1:33 AMPermanent Link

Bryn Lewis

Intelligent Software and Systems

Is it possible to retrieve the entries in an index?

In the case of a text index, this would be all the strings that are in the index - although I am interesetd in text and varchar.

Retrieving the entries in a query statement would be ideal, but if it is available in another way thats ok too.
Mon, Oct 22 2012 4:00 AMPermanent Link

Roy Lambert

NLH Associates

Team Elevate Team Elevate

Bryn

>Is it possible to retrieve the entries in an index?
>
>In the case of a text index, this would be all the strings that are in the index - although I am interesetd in text and varchar.
>
>Retrieving the entries in a query statement would be ideal, but if it is available in another way thats ok too.

I vaguely remember asking Tim something along these lines for full text indices ages ago and the answer was no. Things may have changed since then but if so its escaped my notice.

For normal, non full text indices, its easy unless you want the actual strings held in the tree - just SELECT DISTINCT field FROM table

Roy Lambert [Team Elevate]
Image