Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Error (1805): SQL: Too many subqueries
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00705972
Message ID:
00706171
Vues:
19
>>>Has anybody seen this error?
>>> Error (1805): SQL: Too many subqueries
>>>It seems to have something to do with the number of left outer joins inside my query. I have 11 left outer join clauses inside my query.
>>
>>The maximum number of joins per Select statement is nine (VFP help).
>
>Which (just for clarity here) means you can have a maximum of 10 tables in a single query.

Actually, it's incorrect. You can have more than 10 tables per query if you join them using WHERE clause instead of JOIN.
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform