사용자 도구

사이트 도구


oracle:comma

문서의 이전 판입니다!


Comma

<Code:sql> select regexp_substr('pingpong,arrow,function', '[^,]+', 1, level)

from dual
connect by regexp_substr('pingpong,arrow,function', '[^,]+', 1, level) is not null;

</Code>

oracle/comma.1574345979.txt.gz · 마지막으로 수정됨: 2025/04/15 10:05 (바깥 편집)