Click here to Skip to main content
15,922,533 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hello,
i want to fetch stemming words from my database.
for example:

if i search "medicine" the result should be only "medicinal" or "medical" but not "medicinal plants".
Posted
Comments
Reshma Babu 13-Feb-14 6:47am    
You can use regular expressions or Substring method
What have you tried so far?

1 solution

Try out with this type of data base query.Hope it will help you.

SQL
select * from  Table_Name where your_Column like '%medicine'
 
Share this answer
 

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