change mode en docs

This commit is contained in:
Ganlin Zhao 2022-10-18 17:58:17 +08:00
parent 0f5e02b0b4
commit 25c2cec602
1 changed files with 1 additions and 1 deletions

View File

@ -945,7 +945,7 @@ MIN(expr)
MODE(expr)
```
**Description**:The value which has the highest frequency of occurrence. NULL is returned if there are multiple values which have highest frequency of occurrence.
**Description**:The value which has the highest frequency of occurrence. One random value is returned if there are multiple values which have highest frequency of occurrence.
**Return value type**: Same as the input data