Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Whole Word SQL Search Trouble
Message
 
To
22/10/1997 14:56:44
Matt Mc Donnell
Mc Donnell Software Consulting
Boston, Massachusetts, United States
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00056125
Message ID:
00056136
Views:
26
>>I'm trying to do an SQL that searches for whole words only, using the '%'...
>>myfield LIKE "% FORD%" OR
>>myfield LIKE "% FORD %" OR
>>myfield LIKE "%FORD "...which correctly gets
>>
>>FORD MOTORS
>>DIXON FORD
>>BIG FORD CO
>>
>>but also BUFORD TIRES and CITY OF FORDHAM, which I don't want.
>>
>>Any ideas on how to do this? Or a better technique?
>
>LEFT(myfield,4) = "FORD" OR ;
>RIGHT(myfield,4) = "FORD" OR ;
>" FORD "$myfield

Thanks...that's what I needed, a fresh perspective.
The Anonymous Bureaucrat,
and frankly, quite content not to be
a member of either major US political party.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform