标签:row rom sele ima nbsp regex nec loading 拆分
SELECT REGEXP_SUBSTR(‘A,B,C,D‘, ‘[^,]+‘, 1, ROWNUM)
FROM DUAL
CONNECT BY ROWNUM <= REGEXP_COUNT(‘A,B,C,D‘, ‘[,]‘, 1) + 1;
标签:row rom sele ima nbsp regex nec loading 拆分
原文地址:https://www.cnblogs.com/redlittleface/p/12487912.html