Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Too many subqueries?
Message
 
To
07/11/2001 15:55:03
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00578728
Message ID:
00578744
Views:
19
>I have a query with a lot of joins in it. When I add another join, i get a 'Too Many Subqueries' error. Removing the join fixes the problem.
>
>Is there any way around this? I am currently taking care of this with subsequent queries, but I don't much care for the way it looks.
>
>Thanks
>
>Russ

Russ;

After you hit the limit of 9 you punt! :)

There is nothing wrong with having as I call it cascading queries. First analyze your tables and see how to best join them. You do not have to try for the limit with this approach. You can see how it works with different query sets. After obtaining a set of data place the result into another query. With proper design you may find this to be a very efficient approach.

Tom
Previous
Reply
Map
View

Click here to load this message in the networking platform