GROUP BY Clause Support

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

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

Adaptive Server 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 SQL Anywhere do not support extended group by semantics. Only SQL Anywhere supports the List() aggregate to return a list of values.