12 2017 档案
oracle拆分逗号分隔字符串 实现split[转]
摘要:如果一个字符串中有像逗号或其它符号分隔,你想把它折分成列,如’first field, second field , third field’,拆成 first fieldsecond fieldthird field 第一种 用10G开始支持的正则表达式 TIP:REGEXP_SUBSTR 函数是 阅读全文
posted @ 2017-12-27 12:14 huak 阅读(35421) 评论(0) 推荐(0)