Hello,
I am trying to create a function in HANA in which I want to apply the following logic:
Pass a comma separated string to the function and the function returns a table/list containing all the comma-separated strings.
Fox example, if I pass the string as ABC, DEF,GHI,JKL
then the function returns me a table having the following output in a column:
ABC
DEF
GHI
JKL
Thanks,
Yash