I have a huge table with one of the column name as search_string varchar2(200).
I want to select the columns where instr(search_st ring,'123')>0
I created an index on the column search_string,b ut it doesnt work.
Kindly suggest some faster means to search for a string in the table in the column namely search_string
I want to select the columns where instr(search_st ring,'123')>0
I created an index on the column search_string,b ut it doesnt work.
Kindly suggest some faster means to search for a string in the table in the column namely search_string
Comment