I'm trying to search a CLOB field Case insensitively. I'm currently
using dbms_lob.instr( ) to search, but this function is case sensitive.
Does anyone have an idea on what I can use here?
using dbms_lob.instr( ) to search, but this function is case sensitive.
Does anyone have an idea on what I can use here?
Comment