Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Help with an index
Message
From
03/12/2003 11:07:34
 
 
To
03/12/2003 10:46:44
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00855265
Message ID:
00855455
Views:
14
Hi John

If you really mean 'contains S' then why not use something like INDEX ON yourfield WHERE AT('S',yourfield)>0 TAG SFILTER ?? Will do the trick nicely.

If you mean 'starts with S' you can use INDEX ON XX WHERE yourfield='S' TAG SFILTER


>No I really mean an index as in "index on this field". I have to pass an index that will only provide the data that contains an "S" . I just can't figure out how I can do this. I'm hoping that there is someone that has figured out a way. I know I can use substr and other functions to filter or select the information in the where but I need to create an index for the table. The table and index are passed to a program that will use it to get only the rows that contain an "S".
>
>John
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform