Monday, 9 September 2013

sql-server select results as string sepsrated whit ','

sql-server select results as string sepsrated whit ','

I have a select query that returns one column and i want convert that to
string rows separate with ','
Select name from tblUsers Row1; asieh Row2:amir Row3:safoora I want to
return Row1: asieh,amir,safoora

No comments:

Post a Comment