create or replace
procedure test as
--申明数组类型 type t_test is table of varchar2(9); test t_test:=t_test('A','B','C','D','E','F','G','H','J','K','L'); begin--申明数组类型 create or replace
procedure test as
--申明数组类型 type t_test is table of varchar2(9); test t_test:=t_test('A','B','C','D','E','F','G','H','J','K','L'); begin--申明数组类型