Article Preview
Buy Now
COLUMN
GROUP BY Function
How to summarize rows with the same value
Issue: 21.2 (March/April 2023)
Author: Vince Du Beau
Author Bio: Vince is an experienced Filemaker developer. He is exploring Xojo as an alternative to Filemaker.
Article Description: No description available.
Article Length (in bytes): 3,938
Starting Page Number: 70
Article Number: 21209
Resource File(s):
project21209.zip Updated: 2023-03-01 10:08:18
Related Link(s): None
Excerpt of article text...
The following definition of
GROUP BY
is from the w3schools website:
Define our ODBC database The
GROUP BY
statement groups rows that have the same values into summary rows, like "find the number of customers in each country".The
GROUP BY
statement is often used with aggregate functions (COUNT()
,MAX()
,MIN()
,SUM()
,AVG()
) to group the result-set by one or more columns.
...End of Excerpt. Please purchase the magazine to read the full article.