GROUP BY - spectrum_spatial - Latest

Spectrum Spatial Guide

Product type
Software
Portfolio
Locate
Product family
Spectrumâ„¢ software
Product
Spectrumâ„¢ software > Spatial > Spectrum Spatial
Version
Latest
ft:locale
en-US
Product name
Spectrum Technology Platform
ft:title
Spectrum Spatial Guide
Copyright
2025
First publish date
2007
ft:lastEdition
2025-09-26
ft:lastPublication
2025-09-26T10:03:58.880000

GROUP BY is an SQL statement for organizing the results of a query into groups by one or more columns. It is used in conjunction with aggregation functions that act on one or more columns of data.

Example:

SELECT city, avg(hhinc) as average FROM table GROUP BY city