Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Another SQL question
Message
 
To
28/08/2002 10:05:42
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00694233
Message ID:
00694444
Views:
15
>I do not want to have an exact match in the cursor. This is not the purpose. But if searching for "GAMMARES" the matches should include:
>"GAMMA RESEARCH"
>"GAMMARESEARCH"
>"GAMMA RES"
>"GAMMARES"
>
>The query should exclude:
>"GAMMA"
>"GAMMARE"

Christian,

In short, you can't. You either get only GAMMA, or you get all of them. I would do the query so I got all of them and then further filter the results to eliminate the ones I don't want.
Previous
Reply
Map
View

Click here to load this message in the networking platform