develop
ctxsys.context 인덱스를 사용하여 속도향상 및 Long Type 데이타 조회
파드파드
2020. 9. 18. 10:15
반응형
create index T1_IDX1 on Table1(ColText) indextype is ctxsys.context;
select * from Table1 where CONTAINS (ColText, '%찾기%') > 0;
반응형