摘要: 1.创建表并制作测试数据; 2.编写拆分函数 : 3.测试代码及结果: 4.谢谢 ! /* 总结: pipelined pipe row (); 1. 一般用于返回一个集合;record ,index_table(); nested_table(); array_table(); 2.返回时一次性返 阅读全文
posted @ 2016-11-15 16:49 linbo.yang 阅读(784) 评论(0) 推荐(0) 编辑
摘要: 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 /************************************... 阅读全文
posted @ 2016-11-15 15:54 linbo.yang 阅读(34988) 评论(0) 推荐(1) 编辑