Home Page for the TeradataForum
 

Archives of the TeradataForum

Message Posted: Fri, 05 Aug 2005 @ 13:34:48 GMT


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


Subj:   Re: How to Concatenate Column Values using SQL/Macros
 
From:   VandeBerg, Blaine M

     select a.last, a.first, a.code|','|b.code|','|c.code
     from table1 a
     left outer join table1 b
     on (a.last=b.last
     and a.first=b.first)
     left outer join table1 c
     on (a.last=c.last
     and a.first=c.first)

Blaine Vande Berg
VectorSCM - Customer Facing Applications



     
  <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