Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Performance with Nested SQL SELECT
Message
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Performance with Nested SQL SELECT
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01037962
Message ID:
01037962
Views:
72
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.
Next
Reply
Map
View

Click here to load this message in the networking platform