Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 String Concatenation without Cursors ?

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2001-07-31 : 17:32:37
Ravi writes "Hi,
We need to concatenate the table field values.
I am facing a situation where I'm having seven fields which can contain different no of values.
Say in the first field I've seven values.
And the no of values could vary i.e. it could be six or ten(not fixed).
My requirement is to concatenate these values with commas.
I am able to make a comma concatenated string using the Cursors.
Is there any other better, faster option for the same operation??

Thanx,
Ravi

"
   

- Advertisement -