Delegation Rules: GROUP BY - 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
2026-05-14
ft:lastPublication
2026-05-14T15:28:23.501334
L1_Product_Gateway
Locate
L2_Product_Segment
Location Intelligence
L3_Product_Brand
Precisely Spectrum Spatial
L4_Investment_Segment
LI Enterprise
L5_Product_Group
Enterprise LI
L6_Product_Name
Spectrum Spatial

GROUP BY is an operations on the SELECT clause. The following rules apply to what can be delegated to the data source provider:

  1. GROUP BY can be delegated to a data source provider if the data provider supports it.
  2. GROUP BY can be delegated only when it contains a column name or alias. If there is more than one column in the GROUP BY, the left-most column will be delegated
  3. GROUP BY cannot be delegated if a GROUP BY expression contains a function or operator.
  4. If the data source provider does not support GROUP BY but does support ORDER BY then the column to GROUP BY will be delegated to the data source provider in an ORDER BY.