Re: how to find particular string from text column
Hi
thanks for reply.
please tell me what is the exact syntax ??
select * from TABLENAME where COLUMNNAME
RLIKE '(^|\|)Selling Agency\s*:\s*Yes(\||$)'; ??????
I am searching now other word i.e. SEWER:Septic
SEWER:Septic
RLIKE '(^|\|)SEWER\s*:\s*Septic(\||$)'
Word is there in particular column bt i still found following error:
Error Code : 1139
Got error 'empty (sub)expression' from regexp
(0 ms taken)
Please reply.
Subject
Views
Written By
Posted
7363
May 24, 2010 02:14AM
4580
May 25, 2010 06:21PM
Re: how to find particular string from text column
3804
May 28, 2010 01:24AM
2893
May 31, 2010 11:27PM
2727
May 31, 2010 11:55PM
4833
June 01, 2010 09:02PM
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.