UNION in an SQL-SELECT Produces Only Distinct RecordsID: Q102892 The information in this article applies to:
SUMMARYWhen you are using the UNION clause to combine the results of two SELECT statements, the FoxPro implementation of SQL will eliminate any duplicate rows. If you want duplicate rows to appear in the resulting output, include the ALL keyword after the UNION clause.
MORE INFORMATIONThe online Help and "Language Reference" manual state the following:
Additional reference words: FoxDos 2.00 2.50
KBCategory: kbprg
KBSubcategory:
|
|
Last Reviewed: April 17, 1995 © 1999 Microsoft Corporation. All rights reserved. Terms of Use. |