Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Concatenating strings w/ SQL SELECT
Message
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Concatenating strings w/ SQL SELECT
Divers
Thread ID:
00539337
Message ID:
00539337
Vues:
53
I have a table:

Name code
text1 2
text2 2
text3 2
text4 3
text5 3

I want to create a cursor gruped by code w/ concatenated Name field:

Cursor1
Name code
Text1, Text2, Text3 2
Text4, Text5 3

but I don't know how:

SELECT ???? AS Name, Code FROM MyTable GROUPED BY MyTable.Code INTO CURSOR Cursor1.


TIA


Boris
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform