Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SQL Join or Where
Message
From
02/03/2001 11:29:49
Edward See
Magicalogic Consultancy System
Quezon, Philippines
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
SQL Join or Where
Miscellaneous
Thread ID:
00481412
Message ID:
00481412
Views:
54
Please enlighten anyone

which do you use :

Select * ;
from parent,child ;
where parent.key=child.key ;
into cursor temp

or

Select * ;
from parent ;
join child on parent.key=child.key ;
into cursor temp

Can anyone recommend a very good book on the use of SQL-SELECT where there are very good or much better excellent examples on the use of nested select statements that span several child tables and span lookup tables in one SQL statement ???
Use things, not people. Love people, not things
Next
Reply
Map
View

Click here to load this message in the networking platform