[typo](docs) fix docs SHOW-COLUMNS.md (#18875)
This commit is contained in:
@ -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
|
||||
|
||||
@ -37,7 +37,7 @@ SHOW FULL COLUMNS
|
||||
语法:
|
||||
|
||||
```sql
|
||||
SHOW FULL COLUMNS FROM tbl;
|
||||
SHOW [FULL] COLUMNS FROM tbl;
|
||||
```
|
||||
|
||||
### Example
|
||||
|
||||
Reference in New Issue
Block a user