Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SQL select from 2 tables
Message
De
25/10/2007 05:20:50
Lutz Scheffler (En ligne)
Lutz Scheffler Software Ingenieurbüro
Dresden, Allemagne
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 8 SP1
OS:
Vista
Network:
Windows 2000 Pro
Database:
Visual FoxPro
Divers
Thread ID:
01263459
Message ID:
01263462
Vues:
9
This message has been marked as the solution to the initial question of the thread.
Hi Mark;

just like;
SELECT;
 Table1.*;
 Table2.Field1,;
 Table2.Field2;
 from Table1;
 inner join Table2;
 on lExpression
HTH
Agnes

>Hi all,
>justa query. if i wanted to select out every field from a table but only 2 fields from a linked second table is there a way to do it without listing all of the fields, something like
>
>sele table1(*), table2(field1), table2(field2) from....
>
>~M
Words are given to man to enable him to conceal his true feelings.
Charles Maurice de Talleyrand-Périgord

Weeks of programming can save you hours of planning.

Off

There is no place like [::1]
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform