Welcome to dbFreaks.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

Boolean search

 
   Database Help (Home) -> Full Text RSS
Next:  Can Full Text Searching do this????  
Author Message
vg

External


Since: Mar 13, 2008
Posts: 1



(Msg. 1) Posted: Thu Mar 13, 2008 10:33 am
Post subject: Boolean search
Archived from groups: microsoft>public>sqlserver>fulltext (more info?)

Hi all!
This is my problem, I hope you can help me...
I have an asp web site.
I want to search, for exemple in a table of addresses, the string
"apple+table", to have all the record in my table where in a list of fields
(like name, address, telephon) there is the word apple and the word table.
How Can I perform this kind of search?

Sorry for my english and thanks!
Vg

 >> Stay informed about: Boolean search 
Back to top
Login to vote
Russell Fields

External


Since: Jan 10, 2008
Posts: 596



(Msg. 2) Posted: Thu Mar 13, 2008 1:20 pm
Post subject: Re: Boolean search [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Vg,

Try this, changing the names to the proper names for you table, etc.

SELECT KeyValue, Description
FROM CustomerAddress
WHERE CONTAINS((Name, Address, Telephon), ' "Apple" AND "Table" ')

RLF

"vg" <vg RemoveThis @luccanet.it> wrote in message
news:uSGWI1OhIHA.5900@TK2MSFTNGP02.phx.gbl...
> Hi all!
> This is my problem, I hope you can help me...
> I have an asp web site.
> I want to search, for exemple in a table of addresses, the string
> "apple+table", to have all the record in my table where in a list of
> fields (like name, address, telephon) there is the word apple and the word
> table.
> How Can I perform this kind of search?
>
> Sorry for my english and thanks!
> Vg
>
>
>

 >> Stay informed about: Boolean search 
Back to top
Login to vote
Display posts from previous:   
   Database Help (Home) -> Full Text All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You can edit your posts in this forum
You can delete your posts in this forum
You can vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]