Quantcast
Channel: Teradata Forums - Database
Viewing all articles
Browse latest Browse all 14773

SQL to transpose (row to column) any level (nth level) of data - response (3) by Koushik Chandra

$
0
0

Hi Khurram,
My question is little different. In my example there is a linkage between Src column value of lvl=0 with Tgt column value of lvl=1

Source Data
Tgt	        Src	       lvl
L3_Tab1.Col1	L2_Tab1.Col3	0
L3_Tab1.Col2	L2_Tab2.Col2	0
L3_Tab1.Col3	L2_Tab2.Col3	0
L3_Tab1.Col4	L2_Tab2.Col1	0
L2_Tab1.Col3	L1_Tab3.Col1	1
L2_Tab1.Col3	L1_Tab1.Col1	1
L2_Tab2.Col1	L1_Tab2.Col1	1
L2_Tab2.Col2	L1_Tab2.Col2	1
L2_Tab2.Col2	L1_Tab1.Col2	1
L2_Tab2.Col2	L1_Tab3.Col2	1
L2_Tab2.Col3	L1_Tab3.Col3	1

Expected Target
Tgt	        Src	        lvl_1
L3_Tab1.Col1	L2_Tab1.Col3	L1_Tab3.Col1
L3_Tab1.Col1	L2_Tab1.Col3	L1_Tab1.Col1
L3_Tab1.Col2	L2_Tab2.Col2	L1_Tab2.Col2
L3_Tab1.Col2	L2_Tab2.Col2	L1_Tab1.Col2
L3_Tab1.Col2	L2_Tab2.Col2	L1_Tab3.Col2
L3_Tab1.Col3	L2_Tab2.Col3	L1_Tab3.Col3
L3_Tab1.Col4	L2_Tab2.Col1	L1_Tab2.Col1

Regards,
Kooushik


Viewing all articles
Browse latest Browse all 14773

Trending Articles



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