How to List Number of Records in Each Group of a SQL Group ByLast reviewed: July 31, 1995Article ID: Q133023 |
The information in this article applies to:
SUMMARYThis article shows by example how to find out how many records occur in each group of a query that groups the records. You can do this by using the Query Designer or the SQL statement it creates.
MORE INFORMATION
Step-by-Step ExampleThis example uses the CUSTOMER.DBF table found in the VFP\SAMPLES\DATA subdirectory. The example groups the table by Country, and produces a cursor that has a record for each country with the number of records that appear in that country.
|
Additional reference words: 3.00 VFoxWin Structured Query Language
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |