Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Performance with Nested SQL SELECT
Message
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Performance with Nested SQL SELECT
Versions des environnements
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
Visual FoxPro
Divers
Thread ID:
01037962
Message ID:
01037962
Vues:
73
Will using a nested SQL Select have any negative performance effects on application performance?

ex:
SELECT * FROM table2 WHERE table2.Field1 = (SELECT field1 FROM table1 WHERE table1.key = iKey)
Is there a better/other way to accomplish the above, for example using a join?

Thanks.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform