Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Table join
Message
De
08/01/2001 11:57:26
 
 
À
08/01/2001 11:44:30
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:
00460630
Vues:
11
>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform