Skip to Main Content

SQL Developer

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Comma separated ID's

Andy2157Nov 2 2021 — edited Nov 2 2021

image.pngI have above tables as input tables.
from table 1 when subclass=100, I want to take number column and from table 2 when filter=40 I will have comma separated ID's which will be fed to the table 3. from table 3 I want the concatenated values from the column value as shown in expected output.
The expected output is as shown in table
table2.id=table1.id for getting number and table1.number and table2.text

I need a sql query to get the expected output

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 30 2021
Added on Nov 2 2021
3 comments
149 views