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
- 호환성
- RADIO
- 날짜
- spring form tag
- 톰캣
- 스크립트
- java
- json
- SSL
- 문자열
- Oracle
- @RequestBody
- checbox
- 오라클
- 웹 플랫폼 설치 관리자
- maven
- HTML5
- html
- MYSQL
- jquery
- DB
- 한글
- php
- exception
- 네이버스마트 에디터
- switch
- 전자정부 표준프레임워크
- null
- 이클립스
- JSTL
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