Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Surplus Direct
Message
General information
Forum:
Visual FoxPro
Category:
West Wind Web Connection
Title:
Miscellaneous
Thread ID:
00778177
Message ID:
00779084
Views:
17
> Can you define "nested queries"?

I haven't seen the code yet that he's referring to, and if you'd like I can get back to you once I do.

I believe what he must be talking about, though, is something like this:
SELECT *               ;
  FROM Customers       ;
  WHERE iInvID IN      ;
    (SELECT iInvID     ;
      FROM Invoices    ;
      WHERE iPartID IN ;
      (SELECT iPartID  ;
        FROM Parts     ;
        WHERE iPartID = 25))
Are you familiar with this limitation and its reasons?

Read about the greatest fraud in the history of mankind.
See TaxableIncome.net.
Previous
Reply
Map
View

Click here to load this message in the networking platform