Category: Real Life Analysis

Oracle pipelined function

It sounds like you guys have a solution, but I wanted a POC for this that we could check into our library, so I came up with this… SQL> create or replace type expr_skulist_type as object(skulist number, 2 item varchar2(25),…