Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
One easy Select ?
Message
 
 
To
14/05/2003 13:47:51
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00788292
Message ID:
00788428
Views:
21
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--
Previous
Reply
Map
View

Click here to load this message in the networking platform