How to fetch a refcursor in a function returned from another function in postgres?

前端 未结 0 1328
北海茫月
北海茫月 2021-01-25 10:44

The mainfunc() returns the refcursor.

CREATE OR REPLACE FUNCTION public.mainfunc()
RETURNS refcursor
LANGUAGE \'plpgsql\'
AS $BODY$
    declare 
    ref1 refcurso         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题