SQL: [Docs] Typo in HAVING section (#48609)
`HAVING` section code states `GROUP BY` instead of the appropriate keyword. (cherry picked from commit 9d505dc3db51e250fdf1b44e4d952dcd97bf1bc1)
This commit is contained in:
parent
7c944d26c5
commit
d0cbbf9d58
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue