mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-18 19:05:06 +00:00
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]
|
[source, sql]
|
||||||
----
|
----
|
||||||
GROUP BY condition
|
HAVING condition
|
||||||
----
|
----
|
||||||
|
|
||||||
where:
|
where:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user