Click here to Skip to main content
15,890,512 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi

how to develop a query which returns the similar company names.
conditions

1. if we entered one word from the company full name to search it has to display.

2. it should display the abbreviated companies(like if type TCS it has to display TATA Consultancy services)

3. the company names which sounds like the search key.

according to my research it can be possible using oracle regular expression..

could you please suggest me which is the best way and if possible a sample code.
Posted
Comments
Vani Kulkarni 2-Aug-12 5:26am    
Show your table structure with sample data. Also please do not post your requirement here. Mention what have you tried and where are you stuck.

1 solution

Hi,
A partial part of as you are saying, can be done using Sql Like[^].
You should read this : Internal Site Search Engine[^].


--Amit
 
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