PRB: Can't Use More Than 2 Subqueries in SELECT-SQL StatementID: Q120049 The information in this article applies to:
SYMPTOMSWhen more than two subqueries at the same level and not nested are used in the WHERE clause of a SELECT-SQL statement, the error message "SQL Too many subqueries" is displayed when the SQL statement is executed.
STATUSMicrosoft is researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available.
MORE INFORMATIONThe last paragraph of the WHERE clause section in the "SELECT-SQL" topic of the "Language Reference" manual and the online Help system states the following:
This information is true, but you cannot have more than two subqueries at
the same level in a SELECT-SQL command, as demonstrated by the following
example:
The above SQL statement will result in the "SQL Too many subqueries" error
message when it is executed, whereas the following statement will not:
Additional reference words: FoxDos FoxWin 2.00 2.50 2.50a 2.50b 2.60 err
errmsg msg
KBCategory: kbprg kberrmsg kbprb
KBSubcategory: FxprgSql
|
|
Last Reviewed: June 27, 1995 © 1999 Microsoft Corporation. All rights reserved. Terms of Use. |