PolloChang 工作筆記
  • 文章
  • twgcb
  • 工作隨手記
  • 個人經歷
  • 關於
  • 文章
    twgcb
    工作隨手記
    個人經歷
    關於

Oracle PL/SQL 學習筆記

2024-03-13 Oracle Oracle PL/SQL

切字串成陣列

regexp_substr

select regexp_substr (
           :str,
           '[^,]+',
           1,
           level
         ) value
  from   dual

參考資料

  • How to split comma separated value strings into rows in Oracle Database
  • REGEXP_SUBSTR

Relevant Topics

Oracle PL/SQL 學習筆記

2024-03-13 Oracle Oracle PL/SQL

Oracle 學習筆記

2024-03-07 Oracle Oracle

oracle 監控SQL 效能

2024-03-05 Oracle Oracle 系統調校

oracle 記憶體監控

2024-03-04 Oracle Oracle 系統調校


Recent Posts

CNS11643 轉 UTF8 經驗

2024-03-21 工作雜記 CNS11643 Java

db-postgresql-note

2024-03-15 工作雜記 postgresql

docker-note

2024-03-15 工作雜記 docker

關閉IPv6

2024-02-28 工作雜記 Linux

輸入法相關

2024-02-28 工作雜記 Linux


Copyright © 2024-2024, PolloChang; all rights reserved.