Quantcast
Channel: Transact-SQL forum
Viewing all articles
Browse latest Browse all 23857

SQL Server 2005 Hierarchical Data concatenation

$
0
0

Hi Folks,
Please help me on the following data concatenation using hierarchical
 Query

Table Data:

Level Id     ParentTbl     PatCol    ChildTbl    ChildCol   
1                  A                 a           B            b
1                  A                  a           C            c
2                  C                  c           D            d
3                  D                  d           E            e        


Excepted Result:
Level Id     ParentTbl     PatCol    ChildTbl    ChildCol         SQLString
1                  A                 a           B            b            A.a =B.b
1                  A                  a           C            c            A.a = C.c
2                  C                  c           D            d           A.a = C.c =D.d
3                  D                  d           E            e           A.a = C.c = D.d =E.e  


Thanks
Narendran 



Narendran




Viewing all articles
Browse latest Browse all 23857

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>