2014년 3월 9일 일요일

oracle query tip

- ㄱ으로 시작하는 컬럼 데이터 검색
select column from table where substr(비교컬럼,1,1) between '가' and '깊';

댓글 없음:

댓글 쓰기