Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
使用 toad 和 oracle 数据库,我如何调用 sp 并通过将数组传递给 sp 的参数之一来查看结果?
在编辑器选项卡中,您可以这样称呼它:
begin myproc (my_array_type(1,4,7,9)); end;