Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Which SQL Select would be faster?
Message
De
13/02/2006 17:37:41
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Versions des environnements
Visual FoxPro:
VFP 9 SP1
Divers
Thread ID:
01095983
Message ID:
01096005
Vues:
25
Here's one more for you
select * FROM PARENT p
	JOIN (SELECT distinct PK_FLD FROM CHILD WHERE(&cChildFilter)) dt1
		ON dt1.PK_fld = p.PK_fld 
>Thank you, Sergey. By the way, did you look at the correction of my second subquery posted by Bob Flanagan? Was his subquery a better approach?
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform