oracle blob text search

Posted by Skay on Stack Overflow See other posts from Stack Overflow or by Skay
Published on 2010-06-03T06:44:37Z Indexed on 2010/06/03 11:14 UTC
Read the original article Hit count: 227

Filed under:
|
|

Is it possible to search through blob text using sql statement? I can do select * from $table where f1 like '%foo%' if the f1 is varchar, how about f1 is a blob? Any counter part for this?

© Stack Overflow or respective owner

Related posts about Oracle

Related posts about search