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 Privacy Feedback  
 
 
Copyright for the TeradataForum (TDATA-L), Manta BlueSky    
Copyright 2016 - All Rights Reserved    
Last Modified: 15 Jun 2023