Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
Tags
- java
- 호환성
- RADIO
- json
- html
- exception
- HTML5
- 스크립트
- 날짜
- 웹 플랫폼 설치 관리자
- maven
- checbox
- php
- 이클립스
- JSTL
- SSL
- 네이버스마트 에디터
- @RequestBody
- DB
- 오라클
- jquery
- null
- MYSQL
- 전자정부 표준프레임워크
- 한글
- Oracle
- spring form tag
- switch
- 문자열
- 톰캣
Archives
- Today
- Total
개인적인 정리
[Oracle] NANVL() 본문
오라클 NANVL()
NANVL()
-
NANVL(n2 ,n1)
의 형태
The NANVL function is useful only for floating-point numbers of type BINARY_FLOAT or BINARY_DOUBLE. it instructs Oracle Database to return an alternative value n1 if the input value n2 is NAN(not a number). If n2 is not NaN. then Oracle returns n2.
This function takes as arguments any numeric data type or any nonumeric data type that can be implicitly converted to a numeric data type. Oracle determines the argument with the highest numeric precedence, implicitly converts the remaining arguments to that data type, and returns that data type.
'DB > ORACLE' 카테고리의 다른 글
[Oracle] NTILE() (0) | 2020.04.13 |
---|---|
[Oracle] NTH_VALUE() (0) | 2020.04.10 |
[Oracle] NEXT_DAY() (0) | 2020.04.10 |
[Oracle] NCHR() (0) | 2020.04.10 |
[Oracle] MONTHS_BETWEEN() (0) | 2020.04.10 |
[Oracle] MOD() (0) | 2020.04.09 |
[Oracle] MIN() (0) | 2020.04.09 |
[Oracle] MEDIAN() (0) | 2020.04.09 |
Comments