当前位置:网站首页>How to split a row of data into multiple rows in Informix database
How to split a row of data into multiple rows in Informix database
2022-06-12 05:50:00 【CSDN Q & A】
Data in Table 1

Table 2 data

informix database , From table 1 to table 2 sql sentence
Take the answer :
use regexp_split function , The first parameter is the original string , The second parameter is the delimiter
Official documents :
边栏推荐
猜你喜欢
随机推荐
Optipng can optimize the compressed PNG picture file format
CCF noi2022 quota allocation scheme
Lldp protocol
nrf52832--官方例程ble_app_uart添加led特性,实现电脑uart和手机app控制开发板led开和关
TCP and UDP introduction
[speech] how to customize ring back tone according to different countries
Lesson 5: data warehouse construction (III)
Introduction to sringmvc
DMA RDMA technology details
网络加速谁更猛?CDN领域再现新王者
Analysis of pointer
Go 接口实现原理【高阶篇】
WiFi protocol and ieee905 protocol learning details
flex/fixed上中下(移动端)
数据库实验二:数据更新
Database experiment I: data definition experiment guide
肝了一个月的 DDD,一文带你掌握
Jpg format and XML format files are separated into different folders
Understanding of distributed transactions
Details of FPGA syntax









