|
HAVING
|
|
| · | A WHERE clause modifies the intermediate results of a FROM clause; a HAVING clause modifies the intermediate results of a GROUP BY clause.
|
| · | A HAVING clause can include SELECT functions.
|