Back to Developer Roadmap

HAVING

src/data/roadmaps/sql/content/[email protected]

4.0456 B
Original Source

HAVING

HAVING is a clause in SQL that filters the results of a GROUP BY query. It's like a WHERE clause, but it operates on groups rather than individual rows. You use HAVING to specify conditions that the group must meet to be included in the final result set.

Visit the following resources to learn more: