GROUP BY Clause Support

GROUP BY ALL support differs between Adaptive Server Enterprise, SAP SQL Anywhere, and SAP Sybase IQ.

ROLLUP and CUBE in the GROUP BY clause are supported as follows:

Adaptive Server Enterprise supports projecting nongrouped columns in the SELECT clause. This is known as extended group by semantics and returns a set of values. SAP Sybase IQ supports and SAP SQL Anywhere do not support extended group by semantics. Only SAP SQL Anywhere supports the List() aggregate to return a list of values.