Home Page for the TeradataForum
 

Archives of the TeradataForum

Message Posted: Tue, 22 Feb 2005 @ 09:03:09 GMT


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


Subj:   Re: Default charset in volatile tables
 
From:   Anomy Anom

<-- Anonymously Posted: Monday, February 21, 2005 22:25 -->

Hi

A couple more things we've discovered,

1) It also affects permanent tables created in this manner.

2) It can be overcome by doing this:


     create volatile table test as
     (
      select
       proc_d
      ,case when proc_d is null then 'Y' else 'N' end (character(1),character
     set
     latin) as Null_D
      from run_d
     ) with no data
     on commit preserve rows ;

Cheers



     
  <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