create or replace function decode(variadic p_decode_list text[]) returns text as $$ declare -- 獲取數組長度(即入參個數) v_len integer ...
確定! 回上一頁