I am trying to get data from PostgreSQL with function execution where i have to get a multiple table according to certain situation it will return a single set of output column from a function.
“FETCH ALL FROM “Output”;”
by using this query i will get my table columns but i am getting this error as shown below
“ERROR DB Query Reader 3:108 Execute failed: ERROR: cursor “Output” does not exist”
Can you please help me with this error.
Thank you!