GROUP BY column_expression [,...]Is either a column name or a SQL expression. Multiple values must be separated by a comma. If column_expression is a column name, it must match one of the column names specified in the Select clause. Also, the Group By clause must include all non-aggregate columns specified in the Select list.
![]() |
© 2013 Progress Software Corporation and/or its subsidiaries or affiliates. |