Skip to content

Commit

Permalink
Update 6.drop-native-index.md (#2470)
Browse files Browse the repository at this point in the history
  • Loading branch information
abby-cyber authored Jan 11, 2023
1 parent 82a09d8 commit 11082d8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
DROP {TAG | EDGE} INDEX [IF EXISTS] <index_name>;
```

`IF NOT EXISTS`:检测待删除的索引是否存在,只有存在时,才会删除索引。
`IF EXISTS`:检测待删除的索引是否存在,只有存在时,才会删除索引。

## 示例

Expand Down

0 comments on commit 11082d8

Please sign in to comment.