Home Page for the TeradataForum
 

Archives of the TeradataForum

Message Posted: Thu, 15 Dec 2005 @ 21:11:47 GMT


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


Subj:   Re: BTEQ output and delimited text file
 
From:   Woworsky, Armin

The way we do it:

     .logon ${logon} ;
     .set width 254;
     .set titledashes off ;
     .set Separator '|' All
     .export report file = file_name.out ;

     select
         column1 (title '')
        ,column2 (title '')
        ,column3 (title '')
     From
     Database.tablename
     ;
     .export reset ;

     .logoff;
     .quit;


     
  <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