Programming/SQL
CLOB 구문 검색방법
白影
2015. 2. 19. 00:07
WHERE DBMS_LOB.INSTR(lob_column, '검색어') > 0
WHERE DBMS_LOB.INSTR(lob_column, '검색어') > 0