DOC: Help File Example for SELECT SQL UNION Does Not WorkID: Q148249 3.00 3.00b WINDOWS kbprg kbdocerr The information in this article applies to:
SUMMARYVisual FoxPro's Help information for SELECT - SQL gives an incorrect example of how to use the UNION clause. It will return the following error if you try to run it:
This documentation error has been fixed in Visual FoxPro 5.0 for Windows.
MORE INFORMATIONThe placeholders for orders.order_id and orders.emp_id in the second SELECT are for the wrong data type. The placeholders are for numeric fields and they should be for character fields. The example should read as follows:
KBCategory: kbprg kbdocerr
KBSubcategory: FxotherDochelp
Additional reference words: docerr 3.00 3.00b VFoxWin 5.00
|
Last Reviewed: May 13, 1998 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |