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
- MYSQL
- @RequestBody
- 톰캣
- RADIO
- maven
- 웹 플랫폼 설치 관리자
- 이클립스
- 날짜
- spring form tag
- json
- 전자정부 표준프레임워크
- 오라클
- Oracle
- php
- switch
- JSTL
- java
- 네이버스마트 에디터
- 한글
- checbox
- 호환성
- jquery
- html
- exception
- 스크립트
- 문자열
- SSL
- DB
- HTML5
- null
Archives
- Today
- Total
개인적인 정리
ORACLE EMPTY_BLOB(), EMPTY_CLOB() 본문
오라클 EMPTY_BLOB()
오라클 EMPTY_CLOB()
EMPTY_BLOB and EMPTY_CLOB return an empty LOB locator that can be used to initialize a LOB variable or, in an INSERT or UPDATE statement, to initialize a LOB column or attribute to EMPTY. EMPTY means that the LOB is initialized, but not populated with data.
An empty LOB is not the same as null LOB, and an empty CLOB is not the same as a LOB containing a string of 0 length.
UPDATE table_name set column_name = EMPTY_CLOB();
'DB > ORACLE' 카테고리의 다른 글
ORACLE FLOOR() (0) | 2020.03.30 |
---|---|
ORACLE FIRST() (0) | 2020.03.30 |
ORACLE EXTRACT() (0) | 2020.03.30 |
ORACLE EXP() (0) | 2020.03.30 |
ORACLE DENSE_RANK() (0) | 2020.03.26 |
ORACLE DELETEXML() (0) | 2020.03.26 |
ORACLE DECODE() (0) | 2020.03.26 |
ORACLE CURRENT_TIMESTAMP() (0) | 2020.03.26 |
Comments