Technical Blog
Pages
(Move to ...)
Home
Oracle DBA
ERP
Oracle Apps
Data Warehouse
Java
UNIX
Hadoop
JOBS4U
▼
Showing posts with label
regexp_substr
.
Show all posts
Showing posts with label
regexp_substr
.
Show all posts
Oct 29, 2014
Some Good SQL
›
Query to convert comma separated values into rows with test as (select '1,2,3' col1 from dual) select regexp_substr(col1, ...
›
Home
View web version