Save and return multiple rows within function pl/sql oracle

后端 未结 0 1324
暖寄归人
暖寄归人 2021-01-24 05:43
declare
    type t_trayIds is table of number(38,0) index by binary_integer;
    v_trayIdsTable t_trayIds;
create or replace function F_getTrayIdByDiameter(v_diameterInC         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题