Eliminates group rows that do not satisfy a predicate.
Syntax
HAVING predicate [, ...]
Semantics
predicate
is the same as specified for the WHERE clause.
Notes