Posted on: 12/22/2013 5:21:53 PM | Views : 800

My question is very simple


suppose I have 3 records in database column name question
Records are like below
1- How can I find Multiple stocks of services
2- we have mulltiple suit in suit case
3- I have to go school

Now I am wrting the question in text box "the multiple is always best" I want record number 1, 2 to should display only ,

In short I want to search records in column using character Like the+ multiple +is+ always +best I ahve tried but I am failed

I have tried  as

select count(*) from QF where Question like '%[the multiple is always best]%' it return all records but I want to ...

Go to the complete details ...