oralce逗号分割变多行

oralce逗号分割变多行   方法一 select  a.*  ,  REGEXP_SUBSTR(a.rolecode ,'[^,]+',1,l) AS rolecode  from p_user a,(SELECT LEVEL l FROM DUAL CONNECT BY LEVEL<=100) b WHERE l <=LENGTH(a.rolecode) - LENGTH(REPLACE(r
相关文章
相关标签/搜索