2018年9月27日
摘要: select regexp_substr('a,b,c,','[^,]+',1,rownum) from dual connect by rownum<=length(regexp_replace('a,b,c,', '[^,]', null)); 阅读全文
posted @ 2018-09-27 09:29 itprobie-菜鸟程序员 阅读(5409) 评论(0) 推荐(0)