반응형
* 참고
http://nown2210.tistory.com/92
date 타입의 변경~
1. str ==> date
to_date(date, format)
ex) to_date('20180907', 'yyyymmdd')
2. date 포맷 변경
to_char ( date, format)
ex) to_char('20180907', 'yyyy-mm-dd')
반응형
'Develope > 교육' 카테고리의 다른 글
[Oracle] 3일차) 그룹함수 (0) | 2018.10.02 |
---|---|
[Oracle] 교육 2일차 - NVL, DECODE, CASE (0) | 2018.10.01 |
[Oracle] 교육 2일차 - 형변환 (0) | 2018.10.01 |
[Oracle] 교육 2일차 - 연산자 우선순위(AND, OR), 기본 함수 (0) | 2018.10.01 |
[Oracle] 1일차) DB 기본 (0) | 2018.09.21 |