개발/Oracle
like 대신 instr
좋은느낌/원철
2009. 5. 13. 17:21
instr(object_name,'abcd')>0
where 절 밑에 object_name like '%abcd%' 로 검색하는 것보다
instr(object_name,'abcd') > 0 로 검색하면 더 빠르다..