docs: fix func name error

This commit is contained in:
cfanbo 2023-08-29 15:11:28 +08:00 committed by GitHub
parent cb831a5fb7
commit 2e49255f06
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -125,7 +125,7 @@ SELECT max2(-1, 2);
**语法**
```sql
max2(value1, value2)
min2(value1, value2)
```
**参数**