|
|
Archives of the TeradataForum
Message Posted: Thu, 07 Oct 2010 @ 06:51:46 GMT
Subj: | | Maximum charcter values in TD table.. |
|
From: | | Wadhwa, Vivek |
As per my knowledge we can insert 64K charcters in a column in a table. I created a table with 2 columns
CT TAB1
(
eno integer,
ename VARCHAR(64000)
)PRIMARY INDEX (eno);
Now if i want to insert more than 31000 CHARS into the ename column then it shows error and the same way it's doing for CLOB column as well..
Can anyone has some solution for the same..?
Thanks,
Vivek
| |