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 | 29 | 30 |
Tags
- 날짜
- 웹 플랫폼 설치 관리자
- spring form tag
- SSL
- checbox
- 톰캣
- java
- php
- DB
- json
- 호환성
- RADIO
- html
- maven
- JSTL
- 문자열
- 전자정부 표준프레임워크
- 오라클
- jquery
- 스크립트
- null
- HTML5
- MYSQL
- 이클립스
- switch
- 한글
- exception
- @RequestBody
- 네이버스마트 에디터
- Oracle
Archives
- Today
- Total
개인적인 정리
[Oracle] NCHR() 본문
오라클 NCHR()
NCHR()
-
NCHR(number)
의 형태
NCHR returns the character having the binary equivalent to number in the national character set. The value returned is always NVARCHAR2. This function is equivalent to using the CHR function with the USING NCHAR_CS clause.
This function takes as an argument a NUMBER value, or any value that can be implicitly converted to NUMBER, and returns a character.
SQL> SELECT NCHR(187) FROM DUAL ;
--> »
'DB > ORACLE' 카테고리의 다른 글
[Oralce] NULLIF() (0) | 2020.04.13 |
---|---|
[Oracle] NTILE() (0) | 2020.04.13 |
[Oracle] NTH_VALUE() (0) | 2020.04.10 |
[Oracle] NEXT_DAY() (0) | 2020.04.10 |
[Oracle] NANVL() (0) | 2020.04.10 |
[Oracle] MONTHS_BETWEEN() (0) | 2020.04.10 |
[Oracle] MOD() (0) | 2020.04.09 |
[Oracle] MIN() (0) | 2020.04.09 |
Comments