What sql will work to search for text in those attachments?
I tried using 'CONTAINS'..but it is ot working.
TIA
manish
There might be an add-in for your database. What is your database?
"Manish" <m...@hotmail.com> wrote in message
news:10teknhlqpoev$.le46rdwf51jb.dlg@40tude.net...
the DB is oracle 10g
"Manish" <m...@hotmail.com> wrote in message
news:1ao68qm7fnzgc$.1lfpfraxwgs0e.dlg@40tude.net...
--
Terry Dykstra (TeamSybase)
http://powerbuilder.codeXchange.sybase.com/
http://casexpress.sybase.com
product enhancement requests:
http://my.isug.com/cgi-bin/1/c/submit_enhancement
"Bruce Armstrong [TeamSybase]" <NOCANSPAM_br...@teamsybase.com>
wrote in message news:48b34cee$1@forums-1-dub...
> That option depends on your version of Oracle. Standard Edition does not
> have that.
> You can use the DBMS_LOB.INSTR() function to search for text within a blob.
Thanks for the help.
How do i use it?Can you provide an example?
http://www.psoug.org/reference/dbms_lob.html
"Manish" <m...@hotmail.com> wrote in message
news:1p9ias0h9jxq7.j...@40tude.net...
where dbms_lob.instr(clob_column, 'the string') > 0