type array_t is table of varchar2(10); ... The word "table" here has nothing to do with database tables, confusingly. Both methods create in-memory arrays. With ...
確定! 回上一頁