当前位置:网站首页>How Oracle converts strings into multiple lines
How Oracle converts strings into multiple lines
2022-07-22 19:44:00 【Yabingshi】
# Will use / Separate strings are converted to multiple lines
with a as (select '/ABC/AA/AD/ABD/JI/CC/ALSKD/ALDKDJ' id from dual)
select regexp_substr(id,'[^/]+',1,rownum) id from a
connect by rownum<=length(regexp_replace(id,'[^/]+'))
The effect is as follows :
# Empathy , Convert comma separated strings to multiple lines
-- This article is for reference About oracle To convert a string to multiple lines - it610.com
边栏推荐
- Data Lake (18): Flink and iceberg integrate SQL API operations
- LeetCode刷题笔记
- -Bash: ifconfig: command not found
- El table method to get the index of the current row
- mysql进阶(十七)Cannot Connect to Database Server问题分析
- mysql/mariadb怎样生成core文件
- 相比技术与产品 倾听与意见才是Web3当下的首要任务
- Sentry nodestore_ View data in node table
- Friend functions and friend classes
- 每日一题专栏前言
猜你喜欢
随机推荐
记一次 .NET 某RFID标签管理系统 CPU 暴涨分析
Neo4j - Cypher 语法示例
mariadb spider分片引擎初体验
Connectivity of digraph
Static member
mysql/mariadb怎样生成core文件
PHP Cookie
Operator overloading
世纪佳缘“大地震”
spinning
每日一题专栏前言
How many key precautions are there in the process of project implementation?
DP4361国产六通道立体声D/A音频转换器芯片替代CS4361
MariaDB audit plug-in
中国最幸运极客:二十出头身家过亿,三次创业全身而退
7.21 排列与二进制
Polymorphism
记一次GCEasy的垃圾收集分析
Friend functions and friend classes
多重继承