- display the time zone offset (ahead/behind UTC) for the time zone
select tz_offset('Asia/Seoul')
, tz_offset('us/eastern')
, tz_offset('-02:00')
, tz_offset(sessiontimezone)
, tz_offset(dbtimezone)
from dual;
select tz_offset('sessiontimezone') from dual;
==> 오류: ORA-01882: 시간대 영역을 찾을 수 없습니다.
'Oracle > SQL Fundamentals II' 카테고리의 다른 글
14일차 # 6-3: Pairwise vs. Nonpairwise (컬럼 비교) (0) | 2012.04.23 |
---|---|
14일차 # 5-28: Conversion functions (0) | 2012.04.23 |
14일차 # 5-25: EXTRACT ( ... FROM ... ) (0) | 2012.04.23 |
14일차 # Example (0) | 2012.04.23 |
14일차 # 5-20: INTERVAL fields (0) | 2012.04.23 |