Quantcast
Channel: SQL Server Reporting Services, Power View forum
Viewing all articles
Browse latest Browse all 28687

Multiple Values in a column into separate rows

$
0
0

Select

A,B,C,D

From Cloud

C includes multiple values like (a,b,c,d) so I want my result to look like

A a

A b

A c

A d

B a

C a

D a

Right now it shows as:-

A a,b,c,d

B a

C a

D a

I have looked at Split function but doesn't seem to help. I also cleaned up my package in SSIS so the data is comma delimited (,) instead of (;#) before and after each value.


Viewing all articles
Browse latest Browse all 28687

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>