Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SQL Join or Where
Message
De
02/03/2001 11:29:49
Edward See
Magicalogic Consultancy System
Quezon, Philippines
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
SQL Join or Where
Divers
Thread ID:
00481412
Message ID:
00481412
Vues:
53
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform