docs: fix docs format in index page

This commit is contained in:
Shuduo Sang 2023-07-11 10:16:05 +08:00
parent 95a18a3c96
commit aaeaf6bb80
2 changed files with 0 additions and 2 deletions

View File

@ -41,7 +41,6 @@ DROP INDEX index_name;
## View Indices
````sql
```sql
SHOW INDEXES FROM tbl_name [FROM db_name];
````

View File

@ -41,7 +41,6 @@ DROP INDEX index_name;
## 查看索引
````sql
```sql
SHOW INDEXES FROM tbl_name [FROM db_name];
````