摘要:
1.创建表并制作测试数据; 2.编写拆分函数 : 3.测试代码及结果: 4.谢谢 ! /* 总结: pipelined pipe row (); 1. 一般用于返回一个集合;record ,index_table(); nested_table(); array_table(); 2.返回时一次性返 阅读全文
摘要:
1 create type tabletype is table of varchar2(3000); 2 CREATE OR REPLACE FUNCTION split (p_list CLOB, p_sep VARCHAR2 := ',') 3 RETURN tabletype 4 PIPELINED 5 /************************************... 阅读全文