query:
call myProc();
Run
How to get column names from result?There are dynamically generated column names inside this proc, so I cannot just query db to return me column names.
query:
call myProc();
Run
How to get column names from result?There are dynamically generated column names inside this proc, so I cannot just query db to return me column names.