[typo](docs) fix docs SHOW-COLUMNS.md (#18875)

This commit is contained in:
xu tao
2023-04-21 15:58:29 +08:00
committed by GitHub
parent ec1ab1a3d2
commit dba27a67bc
2 changed files with 2 additions and 2 deletions

View File

@ -37,7 +37,7 @@ This statement is used to specify the column information of the table
grammar:
```sql
SHOW FULL COLUMNS FROM tbl;
SHOW [FULL] COLUMNS FROM tbl;
```
### Example

View File

@ -37,7 +37,7 @@ SHOW FULL COLUMNS
语法:
```sql
SHOW FULL COLUMNS FROM tbl;
SHOW [FULL] COLUMNS FROM tbl;
```
### Example