Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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