DOC: SQL Statement Disagrees with Text DescriptionID: Q135842 3.00 WINDOWS kbprg kbdocerr The information in this article applies to:
SUMMARYPage 355 in the Developer's Guide has a text description followed by code to display companies that have more than $50,000 in total orders for the year. However, the SQL statement displays companies with more than $1,000 in total orders for the year. This documentation error has been fixed in Visual FoxPro 5.0 for Windows.
MORE INFORMATIONThe SQL statement currently reads as follows: SELECT customer.company_name, SUM(orders.freight) ; This SQL statement's HAVING clause should be changed to the following to
display companies with more than $50,000 in total orders for the year and
to match the text description:
KBCategory: kbprg kbdocerr
KBSubcategory: FxotherDochelp
Additional reference words: docerr 3.00 VFoxWin DOCERR 5.00
|
Last Reviewed: May 13, 1998 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |