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,
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,