first_page the funky knowledge base
personal notes from way, _way_ back and maybe today

SQL: The Differences Beteween HAVING and WHERE

When HAVING appears in a SQL statement, this implies that there is a GROUP BY clause in the statement. If WHERE is also in the statement, the WHERE clause creates the first subset. The HAVING clause makes a "second pass" after the GROUP BY clause and makes a sub-sub-set.

mod date: 2000-12-24T22:50:17.000Z