SQL SERVER GROUP BY CLAUSE
Ask by Anonymous User
Updated 06 Nov 2015
The SQL Server (Transact-SQL) GROUP BY clause is used in a SELECT statement to collect data across multiple records and group the results by one or more columns.The syntax for the GROUP BY clause in SQL Server (Transact-SQL) is: