HAVING clause of SELECT
The HAVING clause of a SELECT statement specifies a condition that restricts which groups are to be included in the result table. Only the groups for which the condition is true will be included in the result table.
The HAVING clause is optional. If it is not specified, all groups will be included in the result table.
Last modified date: 01/29/2015