Home Page for the TeradataForum
 

Archives of the TeradataForum

Message Posted: Thu, 30 Jun 2011 @ 09:33:52 GMT


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


Subj:   Re: Fast export with | delimited
 
From:   Jepamony, Johnpaul

Hi,

You can try to incorporate '|' after each attribute.

Ex:

     SELECT
       'Header:'   (CHAR(7)),
       '|'   (CHAR(1)),
       CAST(CURRENT_DATE AS DATE FORMAT 'DD.MM.YYYY')   (CHAR(10)),
       '|'   (CHAR(1))
     FROM
     DB.TABLE;

Hope this helps.

John



     
  <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