Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
The Use of * In Sql Select Syntax
Message
 
 
To
10/03/2007 09:58:16
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Environment versions
Visual FoxPro:
VFP 6 SP5
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01202512
Message ID:
01202576
Views:
9
>Hilmar,
>
>Thank you for everything. You have really helped me with the explanations and examples on Sql JOIN
>
>God Bless
>
>Fred

To add to Hilmar's reply check Re: Speed query with rushmore index Thread #1202405 Message #1202569 If you need to restrict records from the table on the right side of the left join, e.g.

select records from tableA left Join tableB where TableB some condition you would need to move Some Condition into JOIN clause, otherwise you only get records from tableA which correspond to the records in TableB satisfying the condition.
If it's not broken, fix it until it is.


My Blog
Previous
Reply
Map
View

Click here to load this message in the networking platform