Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Surplus Direct
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
West Wind Web Connection
Titre:
Divers
Thread ID:
00778177
Message ID:
00779084
Vues:
23
> 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.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform