Home Page for the TeradataForum
 

Archives of the TeradataForum

Message Posted: Wed, 23 Jan 2008 @ 13:18:01 GMT


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


Subj:   Re: Create a Table sourced from a complex view
 
From:   Anomy Anom

<-- Anonymously Posted: Wed, 23 Jan 2008 07:20 -->

Thanks to Christopher Gleeson and Andy Baker.

The code below works just fine.

     create TABLE  db832.table1_xxx
     AS
     (
     select col1,col2 from db832.complex_view
     )
     WITH NO DATA

     primary index(picol1,picol2)
     ;


     
  <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