cancel
Showing results for 
Search instead for 
Did you mean: 

String aggregation in HDBDD

0 Kudos

Hi,

I have a requirement to aggregate strings while creating a view in HDBDD. Requirement example is as below

Column A Column B

AA ABCD

AA WXYZ

Result should look like this

Column A Column B

AA ABCD, WXYZ

Please advise how to achieve this.

Thanks in advance,

Rosh

View Entire Topic
akshinde
Participant
0 Kudos

Use STRING_AGG SQL function

0 Kudos

I have tried but looks like STRING_AGG function is not available in HDBDD