Avatar of mwoolger
mwoolger

asked on 

selecting from a comma delimited list

Hi,
Is there a way of selecting from a delimited list in SQL.

for instance if i have a string eg '1,2,3,4,5' is there a way from employing SQL to give me 5 rows
1
2
3
4
5
?
the reason is that i have a variable with this data in and want to use dynamic sql to loop through this data.
Oracle Database

Avatar of undefined
Last Comment
seazodiac

8/22/2022 - Mon