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
2025-03-07
ft:lastPublication
2025-03-07T10:28:48.112000

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.