前端之家收集整理的这篇文章主要介绍了
PLSQL在测试窗口传入数组的写法,
前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
@H_
502_0@declare-- Non-scalar parameters require additional processing ty_type arr_string;begin-- Call the procedure ty_type :=arr_string('01','05','59');pro_rpt_rptincome_clear(organno => :organno,start_time => :start_time,end_time => :end_time,ty_type => ty_type,cash_status => :cash_status,o_c_out => :o_c_out,o_s_out => :o_s_out);end;