Home Page for the TeradataForum
 
 

 

Archives of the TeradataForum





Message Posted: Tue, 27 Apr 2004 @ 19:39:12 GMT





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




Subj:   Re: Column Compress Question
 
From:   Jeff Ohlman



Actually, Teradata create table statement will resolve the spaces for you. Thus,

     create table bbstiger.foo
     (
         xyz int,
         foobar char(26) compress ''
     ) primary index( xyz)

resolves to

     CREATE SET TABLE bbstiger.foo ,NO FALLBACK ,
          NO BEFORE JOURNAL,
          NO AFTER JOURNAL
          (
           xyz INTEGER,
           foobar CHAR(26) CHARACTER SET LATIN NOT CASESPECIFIC COMPRESS '                          ')
     PRIMARY INDEX ( xyz );




     
  <Prev Next>   <<First <Prev Next> Last>>  
 
 
 
 
 
 
 
 
  
 
  Top Home Join Privacy Feedback  
 
 
Copyright for the TeradataForum (TDATA-L), Manta BlueSky 
Last Modified: 30 Jun 2008