Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Table join
Message
From
08/01/2001 11:57:26
 
 
To
08/01/2001 11:44:30
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Miscellaneous
Thread ID:
00460599
Message ID:
00460630
Views:
12
>if you want the result in separate fields, try
>
>select * from table1, table2

I managed to delete the second half of my reply, which was
if you want them in the same field then something along the lines of :

select str(table1.fld)+str(table2.fld) from table1, table2

you may need to use alltrim & convert to numeric fields as well, depending on your required result.
Len Speed
Previous
Reply
Map
View

Click here to load this message in the networking platform