Does someone knows how can I get that result bellow in DB2?
Query
Example :
SELECT * FROM TABLE(FunctionName('1||2||3',||)) ;
First one are parameters with values and second one is delimiter.
Result:
Column
1
2
3
Values that I put on that query are based on parameters and delimiters.
As I said above, rows is break by Pipe. I dont have huge background on PL/SQL.
Im using DB2 v11.1