CREATE OR REPLACE FUNCTION funcname ( in_id integer) RETURNS SETOF varchar as $$ DECLARE v_rec RECORD; BEGIN return query ( (select name ...
確定! 回上一頁