Click here to Skip to main content
15,896,259 members
Please Sign up or sign in to vote.
4.00/5 (1 vote)
See more:
My Description column values as below

Description:
1)operation method and communication system thereof
2)Method and system for zone-based capacity control

There are two values in description field.
If i give the values are method and system using near operator in sql server 2008 it will display result as "operation method and communication system thereof"...

Can you please help me?
Posted
Comments
gunaaa 4-Jan-13 8:05am    
My query as below

SELECT FT_TBL.Description FROM Test AS FT_TBL
INNER JOIN CONTAINSTABLE (Test, Description, '(method NEAR system)', 2) AS KEY_TBL ON FT_TBL.ID = KEY_TBL.[KEY];

it returns both description values but i want to return the values as "operation method and communication system thereof"

Can you please help me?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900