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
- bash
- vscode
- 줄바꿈 문자
- Mac
- grep
- plugin
- ssh
- Windows 10
- Source
- tomcat
- Quartz
- maVen
- lsof
- 네트워크
- JavaScript
- netsh
- Eclipse
- IntelliJ
- find
- web.xml
- 단축키
- port
- context
- profile
- resource
- GIT
- import
- VirtualBox
- xargs
- Windows
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