Skip to content

Commit

Permalink
[doc] Fixed a error in the Bitmap Index section of the document (#9679)
Browse files Browse the repository at this point in the history
  • Loading branch information
zy-kkk authored May 19, 2022
1 parent 3efe97e commit dd5e9fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/en/data-table/index/bitmap-index.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ SHOW INDEX FROM example_db.table_name;

### Delete index

Display the lower index of the specified table_name
Delete the lower index of the specified table_name

```sql
DROP INDEX [IF EXISTS] index_name ON [db_name.]table_name;
Expand Down
2 changes: 1 addition & 1 deletion docs/zh-CN/data-table/index/bitmap-index.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ SHOW INDEX FROM example_db.table_name;

### 删除索引

展示指定 table_name 的下索引
删除指定 table_name 的下索引

```sql
DROP INDEX [IF EXISTS] index_name ON [db_name.]table_name;
Expand Down

0 comments on commit dd5e9fa

Please sign in to comment.