[ oracle ] 날짜 검색의 여러가지 방법
페이지 정보
작성자 웹지기 댓글 0건 조회 5,239회 작성일 20-12-07 18:03본문
where hire_date = to_date('2006', 'YYYY')
where hire_date like '2006%'
where to_char(hire_date, 'YYYY') = '2006'
where hire_date between '2006/0101' and '2006/12/31'
추천0 비추천0
댓글목록
등록된 댓글이 없습니다.