Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Table join
Message
From
08/01/2001 11:44:30
 
 
To
08/01/2001 11:03:56
Rex Mahel
Realm Software, Llc
Ohio, United States
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Miscellaneous
Thread ID:
00460599
Message ID:
00460624
Views:
10
>>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform