I would like to create a search utility (oracle procedure) to find out the match of a string in the text column. If it finds out the exact match then it should return at the top saying it 100% match..If it finds the part of the string, then it should dislay the text with its percentage. For example, match a string like 'Pain in Leg' with 'Leg Pain' .
Please suggest.
Start Free Trial