摘要: select regexp_substr(p.attributename, '[^,]+',1,level) c1from tablename p connect by level <= length(p.attributename) - length(replace(p.attributename 阅读全文
posted @ 2018-06-28 15:59 Debugs 阅读(7891) 评论(0) 推荐(0)