fxz0

博客园 首页 新随笔 联系 订阅 管理

2023年6月15日 #

摘要: 1.把返回结果集合,以表的形式返回 点击查看代码 select * from table(p_split('1,2,3'),','); create or replace type type_split is table of varchar2(4000); create or replace fu 阅读全文
posted @ 2023-06-15 13:56 fxz_code 阅读(36) 评论(0) 推荐(0)