Quantcast
Channel: SQLServerCentral » SQL Server 2014 » Development - SQL Server 2014 » Latest topics
Viewing all articles
Browse latest Browse all 3145

convert comma separated string into rows

$
0
0
Hi all,

I am having a table where i am storing comma separated string in that. I want to split that on particular condition and convert into rows

DECLARE @csv varchar(50)
SET @csv = 'comma after this, and anothercommahere,thiedvalue,

Viewing all articles
Browse latest Browse all 3145

Trending Articles