Hello,
I'm trying to write a function to retrieve the application names and application ids from the output of the db2 command "list applications show detail".
I'm thinking about a table function which returns a table with 2 columns (appName and appId).
Would you suggest a way to do it?