dbTalk Databases Forums  

Combining rows into a single column

comp.databases.ibm-db2 comp.databases.ibm-db2


Discuss Combining rows into a single column in the comp.databases.ibm-db2 forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
rAinDeEr
 
Posts: n/a

Default Combining rows into a single column - 05-24-2006 , 06:18 AM






Consider the following table (Single level of hierarchy ... No need for
recursion)

PRIMARY_COLUMN SECONDARY_COLUMN
-----------------------------
-----------------------------------

PARENT -
CHILD1 PARENT
CHILD2 PARENT
CHILD3 PARENT

Is it possible to display the results as follows with the child rows
concatenated into a column

PARENT_DATA CHILD_DATA
---------------------- ----------------------

PARENT CHILD1,CHILD2,CHILD3

Thanks in Advance...


Reply With Quote
  #2  
Old   
rAinDeEr
 
Posts: n/a

Default Re: Combining rows into a single column - 05-24-2006 , 06:22 AM






Sorry i missed one point - If the above is possible using pure SQL (no
stored procs) ?


Reply With Quote
  #3  
Old   
Serge Rielau
 
Posts: n/a

Default Re: Combining rows into a single column - 05-25-2006 , 04:54 AM



Brian Tkatch wrote:
Quote:
Search for XMLAGG() functions in the newsgroups.
plug>.. or come to IDUG/IIUG Conf. Europe in Vienna first week of
October and attend my talk.</plug>

--
Serge Rielau
DB2 Solutions Development
IBM Toronto Lab


Reply With Quote
  #4  
Old   
rAinDeEr
 
Posts: n/a

Default Re: Combining rows into a single column - 05-25-2006 , 05:41 AM



Hi Serge,

Would love to attend the Conference..Wish my employer reads this
message
<sigh>
Me getting to Conference would take a couple of years more..
<sigh>
I just started my career..Fresh out of college..
Plunged into the Ocean of queries and stored procs..Managing to survive
with this group..and a lot of intelligent beings around..

RaInDeEr


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.