PolloChang 工作筆記
  • Posts
  • 個人經歷
  • 關於
  • Posts
    個人經歷
    關於

Oracle PL/SQL 學習筆記

2024-03-13 工作雜記 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 PL/SQL

Oracle 學習筆記

2024-03-07 自學筆記 Oracle

oracle 監控SQL 效能

2024-03-05 工作雜記 Oracle 系統調校

oracle 記憶體監控

2024-03-04 工作雜記 Oracle 系統調校


Recent Posts

jmeter CLI 模式

2024-03-14 工作雜記 jmeter

MSSQL 雜記

2024-03-13 工作雜記 MSSQL

Oracle PL/SQL 學習筆記

2024-03-13 工作雜記 Oracle PL/SQL

Oracle PL/SQL 學習筆記

2024-03-13 工作雜記 Oracle PL/SQL

Linux 發行板核心版本整理

2024-03-09 工作雜記 Linux Kernel rhel_3 rhel_4 rhel_5 rhel_6 rhel_7 rhel_8 Debian Oracle Linux Rocky Linux


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