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,441

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' ).

Accepted Solutions (0)

Answers (1)

Answers (1)

Cocquerel
Active Contributor
0 Likes

you may use LIB:SPLIT_TO_TABLE

former_member435389
Participant
0 Likes

Hi Michael,

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