使用toad和oracle数据库,如何调用sp并通过将数组传递给sp的一个参数来查看结果?

有帮助吗?

解决方案

在编辑器标签中,您可以这样调用它:

begin
    myproc (my_array_type(1,4,7,9));
end;
许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top