Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Select SQL
Message
From
23/05/1997 09:10:51
Dragan Nedeljkovich (Online)
Now officially retired
Zrenjanin, Serbia
 
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00033226
Message ID:
00033397
Views:
42
> I made a table which have a field of keywords. > The Keywords are those to be used as a clue values when I query. > They are several comma-delineated clue words such as > - shoes,nike,addidas,sports,snickers,health - > In case I want to search all the records which contain word "sports" in > any > place of keyword field, How do I do that? > I'd like to make an search form similar to the Yahoo, Infoseek.... > Would you please help me out? sele * where keyfield like "%sports%" into ... As far as I can recall, % and _ are SQL ... LIKE wildcards corresponding to * and ? in filespec syntax. For a phonebook app I've used a separate table containing keywords and pointers to the master table, indexed on keywords. Used it for incremental search, mostly, but can be easily used for queries.

back to same old

the first online autobiography, unfinished by design
What, me reckless? I'm full of recks!
Balkans, eh? Count them.
Previous
Reply
Map
View

Click here to load this message in the networking platform