Skip to content

Commit

Permalink
trunk 매뉴얼 반영
Browse files Browse the repository at this point in the history
  • Loading branch information
eheejung committed Jan 30, 2023
1 parent b58f19f commit db20532
Show file tree
Hide file tree
Showing 6 changed files with 307 additions and 317 deletions.
158 changes: 61 additions & 97 deletions Manuals/Altibase_7.1/kor/CLI User's Manual.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Manuals/Altibase_7.1/kor/Precompiler User's Manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -3396,7 +3396,7 @@ INTO :sel_clob :sel_clob_ind
FROM T_CLOB;
```

> 만약 CLOB 칼럼에 NOT NULL 제약 조건이 있다면, INSERT 문 수행 시 [Unable to insert (or update) NULL into NOT NULL column.] 에러가 발생한다. APRE_CLOB 타입은 내부적으로 LOB 데이터를 삽입하기 전에 CLOB 칼럼을 널(null)로 초기화하기 때문이다. 이것은 LOB 데이터 타입의 제약 사항으로, 관련 내용은 [General Reference](https://github.com/ALTIBASE/Documents/blob/BUG-50034/Manuals/Altibase_7.1/kor/General%20Reference-1.Data%20Types%20%26%20Altibase%20Properties.md#%EC%A0%9C%ED%95%9C-%EC%82%AC%ED%95%AD) 매뉴얼에서 확인할 수 있다.
> 만약 CLOB 칼럼에 NOT NULL 제약 조건이 있다면, INSERT와 UPDATE 문 수행 시 [Unable to insert (or update) NULL into NOT NULL column.] 에러가 발생한다. APRE_CLOB 타입은 내부적으로 LOB 데이터를 처리하기 전에 CLOB 칼럼을 널(null)로 초기화하기 때문이다. 이것은 LOB 데이터 타입의 제약 사항으로, 관련 내용은 [General Reference](https://github.com/ALTIBASE/Documents/blob/BUG-50034/Manuals/Altibase_7.1/kor/General%20Reference-1.Data%20Types%20%26%20Altibase%20Properties.md#%EC%A0%9C%ED%95%9C-%EC%82%AC%ED%95%AD) 매뉴얼에서 확인할 수 있다.
##### APRE_BLOB

Expand Down
Loading

0 comments on commit db20532

Please sign in to comment.