cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

split table column value into multiple rows using SQL in SAP HANA ?

former_member435389
Participant
1,114

Hi experts,

STRING_SPLIT can not be used in SAP HANA SQL, how to achieve this result as following ?

PS . The value of MON may be very long( not only '123456789' ).

View Entire Topic
Cocquerel
Active Contributor
0 Kudos

you may use LIB:SPLIT_TO_TABLE

former_member435389
Participant
0 Kudos

Hi Michael,

I followed the document , but can not create and use LIB