Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SQL select from 2 tables
Message
From
25/10/2007 05:20:50
Lutz Scheffler
Lutz Scheffler Software Ingenieurbüro
Dresden, Germany
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Vista
Network:
Windows 2000 Pro
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01263459
Message ID:
01263462
Views:
8
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]
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform