Home Page for the TeradataForum
 

Archives of the TeradataForum

Message Posted: Wed, 27 Oct 2010 @ 09:42:18 GMT


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


Subj:   Re: Creating Volatile Table with data
 
From:   frank.p.oconnor

Hi

You are missing the "on commit preserve rows" clause. Please see example below:

     CREATE VOLATILE TABLE f
     AS (SELECT * FROM dbc.dbcinfo)
     WITH DATA
     ON COMMIT PRESERVE ROWS;

     select * from f;

You should see data!


Regards

Frank



     
  <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