my table structre like this ID nAME 1 Mumbai,Pune,Chennai
i want output of name like this Name Mumbai
Pune
Chennai
pl help m 'new to sql
Thanks in Advance
Fetch column value and store it into the string. Use Split method of string to convert comma separated string into one dimensional string array.