`HAVING` section code states `GROUP BY` instead of the appropriate keyword.
@@ -235,7 +235,7 @@ The `HAVING` clause can be used _only_ along aggregate functions (and thus `GROU
[source, sql]
----
-GROUP BY condition
+HAVING condition
where: