Merge pull request #46297 from 7vikpeculiar/min2_function_doc_fix

Min Function Documentation Fix
This commit is contained in:
Alexey Milovidov 2023-02-12 06:59:54 +03:00 committed by GitHub
commit 69422a31fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -149,7 +149,7 @@ Compares two values and returns the minimum. The returned value is converted to
**Syntax**
```sql
max2(value1, value2)
min2(value1, value2)
```
**Arguments**