Re: How to search based on first LETTER of consecutive words
Posted by:
rubs sin
Date: April 29, 2013 02:02PM
Great, Thanks a lot.
Actually [[:<:]] is working fine for Indian text and moreover the following query you mentioned is also working great:
WHERE CONCAT(' ', REPLACE(`Scripture`, ',', ' ')) RLIKE
' ਦ[[:alpha:]]* +ਦ[[:alpha:]]* +ਦ'
This is finding first alphabet of consecutive words anywhere in the line(text), is it possible to restrict it to start checking from first word and only return result if matching starts from first word of the the line.
Subject
Views
Written By
Posted
6455
April 02, 2013 03:28PM
2891
April 04, 2013 10:34AM
2660
April 28, 2013 11:42AM
2550
April 28, 2013 09:16PM
Re: How to search based on first LETTER of consecutive words
2681
April 29, 2013 02:02PM
2418
April 30, 2013 08:10PM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.