docs: functions - fixed typo

Fixed typo in SQL functions for SELECT SERVER_STATUS();
This commit is contained in:
Sean Ely 2022-08-22 14:20:42 -07:00 committed by GitHub
parent 9a7d8cfcdc
commit f3119a1504
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1232,7 +1232,7 @@ SELECT SERVER_VERSION();
### SERVER_STATUS ### SERVER_STATUS
```sql ```sql
SELECT SERVER_VERSION(); SELECT SERVER_STATUS();
``` ```
**Description**: The server status. **Description**: The server status.