zwangsnotes
Monday, April 8, 2013
Search a string in clob ---ORACLE
replace table_name, column_name and string
select * from
table_name
where dbms_lob.instr(
column_name
,'
string
')>0;
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment