Merge pull request #22023 from taosdata/docs/sangshuduo/fix-index-docs

docs: fix docs format in index page
This commit is contained in:
wade zhang 2023-07-11 11:17:07 +08:00 committed by GitHub
commit f7197a3e9f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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];
````