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


Pedro Silva

world is wonderful with your help .

Next
Reply
Map
View

Click here to load this message in the networking platform