Iam tried to bring a column value string concat based on ID I wrote a sql but there seems to be some issue in that
table 1 having col1 and col2 table 2 having col1 and col3 table 3 having col1 col4 and col5
COL1 COL2 COL3 COL4 COL5
1000 APPLE 50 92 TESTING
1000 APPLE 50 92 ALPHA
1000 APPLE 50 92 BETA
1000 APPLE 50 92 OMEGA
2000 ORANGE 60 90 DELTA
2000 ORANGE 60 90 TEST
2000 ORANGE 60 90 SLEEP
I want output like BELOW
1000 APPLE 50 92 TESTINGALPHABETAOMEGA
2000 ORANGE 60 90 DELTATESTSLEEP