Home Page for the TeradataForum
 

Archives of the TeradataForum

Message Posted: Fri, 13 Dec 2013 @ 10:33:13 GMT


     
  <Prev Next>  
<<First
<Prev
Next> Last>>  


Subj:   UDT based on clob
 
From:   KARDOS, Norbert

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



     
  <Prev Next>  
<<First
<Prev
Next> Last>>  
 
 
 
 
 
 
 
 
  
  Top Home Privacy Feedback  
 
 
Copyright for the TeradataForum (TDATA-L), Manta BlueSky    
Copyright 2016 - All Rights Reserved    
Last Modified: 15 Jun 2023