第一種方法,自己傳值給array. PROCEDURE p_varray_collection IS TYPE auth_var IS VARRAY (10) OF employee.emp_name%TYPE;. a_auth auth_var := auth_var ();
確定! 回上一頁