Quantcast
Channel: SCN: Message List - SAP HANA Developer Center
Viewing all articles
Browse latest Browse all 9165

Re: How to concatenate rows into a single column in hana view

$
0
0

Try using this format : -

 

select string_agg(column_name,   ' value_separator')  from (select distinct column_name from table_name);

 

 


Viewing all articles
Browse latest Browse all 9165

Trending Articles



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