mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-30 10:23:41 -04:00
SQL: [Docs] Typo in HAVING section (#48609)
`HAVING` section code states `GROUP BY` instead of the appropriate keyword.
(cherry picked from commit 9d505dc3db
)
This commit is contained in:
parent
7c944d26c5
commit
d0cbbf9d58
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue