![]() |
|
Archives of the TeradataForumMessage Posted: Fri, 13 Dec 2013 @ 10:33:13 GMT
Hi, My goal (for testing purposes) was to create a table with a UDT column based on CLOB or BLOB. So I created a UDT:
CREATE TYPE SYSUDTLIB.clobtest AS CLOB(2097088000) CHARACTER SET LATIN FINAL ;
Then I tried to use it in a table definition:
CREATE SET TABLE D01.udttest (
eno INTEGER,
udt SYSUDTLIB.clobtest)
PRIMARY INDEX ( eno );
But I get 6808 Ordering is not defined for UDT 'clobtest'. Can anyone show me some light? Regards, Norbert Kardos
| ||||||||||||||||||||||||||||||||||||||||||||||||
| | ||||||||||||||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||||||||||||||
|
| ||||||||||||||||||||||||||||||||||||||||||||||||
| Copyright 2016 - All Rights Reserved | ||||||||||||||||||||||||||||||||||||||||||||||||
| Last Modified: 15 Jun 2023 | ||||||||||||||||||||||||||||||||||||||||||||||||