Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Table join
Message
De
08/01/2001 11:44:30
 
 
À
08/01/2001 11:03:56
Rex Mahel
Realm Software, Llc
Ohio, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Divers
Thread ID:
00460599
Message ID:
00460624
Vues:
9
>>All,
>>
>>I have two tables I wish to join. In this case the tables are not directly related, but could be through a third table. What I want is:
>>
>>Table 1
>>1
>>2
>>
>>
>>The results of joining tables 1 and 2:
>>
>>11
>>12
>>13
>>21
>>22
>>23
>>
>>Can this be done via SQL?
>>
>>TIA
>>
>>Rex
>
>
>Sorry, lets try the example again:
>
>Table 1
>1
>2
>
>
>Table 2
>1
>2
>3
>
>The results of joining tables 1 and 2:
>
>11
>12
>13
>21
>22
>23
>
>
>TIA
>
>Rex
if you want the result in separate fields, try

select * from table1, table2
Len Speed
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform