Click here to Skip to main content
15,890,557 members
Articles / Database Development / SQL Server / SQL Server 2012

Get Ready to Learn SQL: 6. How to Group and Summarize your Results

4 Mar 2015MIT6 min read 9.3K   7  
In today’s lesson you’re going to learn about grouping results returned from your queries using the GROUP BY clause. The objectives of today’s lesson are to: Learn to how to group results using GROUP BY Use aggregate functions to perform calculations Understand how to filter groups using the HAVING
This is an old version of the currently published technical blog.

Only logged in members can view this content

Please go to the SQL Server Table of Contents to view the list of available articles in this section.