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 | 31 |
Tags
- 단축키
- ssh
- Eclipse
- web.xml
- grep
- netsh
- profile
- tomcat
- xargs
- resource
- vscode
- VirtualBox
- Source
- 네트워크
- JavaScript
- bash
- context
- import
- GIT
- port
- Windows
- IntelliJ
- Quartz
- lsof
- 줄바꿈 문자
- find
- maVen
- plugin
- Mac
- Windows 10
Archives
- Today
- Total
develog
[Oracle] white space 제거 본문
CHR(10) : LF, Line Feed
CHR(13) : CR, Carriage Return
TRIM(REPLACE(REPLACE(COL_NM, CHR(10), ''), CHR(13), ''))
'DB > Oracle' 카테고리의 다른 글
[Oracle] package member 조회 (0) | 2016.11.03 |
---|---|
[Oracle] 참조 내역 찾기 (0) | 2016.11.03 |
[Oracle] SQLGate 엑셀 데이터 import (0) | 2016.10.14 |
[Oracle] charset (0) | 2016.09.21 |
[Oracle] DBMS_JOB (0) | 2016.09.20 |
Comments