Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Concatenate fields in SQL ?
Message
De
22/03/2002 13:16:10
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Concatenate fields in SQL ?
Divers
Thread ID:
00636165
Message ID:
00636165
Vues:
49
Is there any way to concatenate character fields from several records in a SQL statement ?
Emp    Date        Note
---------------------------
1     {1/1/1}      Project 1
1     {1/2/1}      Assist Kim
2     {1/1/1}      Sick
2     {1/2/1}      Project 3

results desired:

Emp   Notes
---------------------------
1     Project 1 chr(13) Assist Kim chr(13)
2     Sick chr(13) Project 3 chr(13)
TIA
Bill Morris
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform