Browse Source

List COUNT_DISTINCT function under STATS...BY

Abdon Pijpelink 2 years ago
parent
commit
af465dbaac
1 changed files with 1 additions and 0 deletions
  1. 1 0
      docs/reference/esql/esql-processing-commands.asciidoc

+ 1 - 0
docs/reference/esql/esql-processing-commands.asciidoc

@@ -260,6 +260,7 @@ The following aggregation functions are supported:
 
 * `AVG`
 * `COUNT`
+* `COUNT_DISTINCT`
 * `MAX`
 * `MEDIAN`
 * `MEDIAN_ABSOLUTE_DEVIATION`