Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
One easy Select ?
Message
 
 
À
14/05/2003 13:47:51
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00788292
Message ID:
00788428
Vues:
20
This message has been marked as the solution to the initial question of the thread.
See Re: How To: Group Data and club a field of the group using S Thread #763525 for similar select with UDF().

>Hi
>
>I have this tables
>
>
>
>Table1
>NumDoc       TipoDoc     Incluido
>1              "CCC"
>2              "ABC"
>3              "BBB"
>
>
>Table2
>NumDoc    TipoDoc     NumRec
>1          "CCC"         1
>1          "CCC"         2
>1          "CCC"         3
>2          "ABC"         4
>
>
>
>I want make one select to have this table
>
>
>
>Table Result
>
>NumDoc       TipoDoc     Incluido
>1             "CCC"      "1, 2 , 3"
>2             "ABC"       "4"
>3             "BBB"
>
>
>
>Thanks
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform