📊 PostgreSQL – Filtering Groups with HAVING
So far in SQL, we’ve learned these keywords:
FROM
JOIN
WHERE
GROUP BY
Now we’re introducing a new keyword:
🔥 HAVING
At first, HAVING looks very similar to WHERE.
But there is one very important diff
innosufiyan.hashnode.dev4 min read