Home » RDBMS Server » Server Administration » case insensitive search in LOB
case insensitive search in LOB [message #372983] Tue, 20 March 2001 18:11
Christoph Kempen
Messages: 1
Registered: March 2001
Junior Member
I found the way to search for a string in a LOB:

SELECT ID
FROM test_3clob
WHERE DBMS_LOB.INSTR(CLOB1, 'Hi')>0;

But is there a way to search case-insentitive. In a
like you can do a UPPER(). But that doesn;t seem
to work on a CLOB :-(

Christoph...
Previous Topic: Re: ORA-01562
Next Topic: performance of views
Goto Forum:
  


Current Time: Sun Jun 30 01:52:45 CDT 2024