Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Return concatenated string from select statement
Message
De
09/10/2003 03:54:40
 
 
À
Tous
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Autre
Titre:
Return concatenated string from select statement
Divers
Thread ID:
00836663
Message ID:
00836663
Vues:
44
I would like to return a concatenated string from a select statement rather than a series of records.

I realise I can just return a table and then convert it into to string myself, but I wondered if there was a SQL Server way of doing this, that return the string as some sort of scalar value.

at present I would have to do the following

Select myfield from mytable

mystring=''
for i = 1 to reccount
mstring = myfield + chr(13)
move to next record
next i


I am trying to remove the code loop above

Many Thanks
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform