From a81c36d1a05da4c1afe97b087756c9eaab243bb5 Mon Sep 17 00:00:00 2001 From: "abby.huang" <78209557+abby-cyber@users.noreply.github.com> Date: Wed, 11 Jan 2023 16:41:22 +0800 Subject: [PATCH] Update 6.drop-native-index.md --- .../14.native-index-statements/6.drop-native-index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs-2.0/3.ngql-guide/14.native-index-statements/6.drop-native-index.md b/docs-2.0/3.ngql-guide/14.native-index-statements/6.drop-native-index.md index 0cd6f6dde0a..cfbdd85d195 100644 --- a/docs-2.0/3.ngql-guide/14.native-index-statements/6.drop-native-index.md +++ b/docs-2.0/3.ngql-guide/14.native-index-statements/6.drop-native-index.md @@ -12,7 +12,7 @@ Running the `DROP INDEX` statement requires some [privileges](../../7.data-secur DROP {TAG | EDGE} INDEX [IF EXISTS] ; ``` -`IF NOT EXISTS`: Detects whether the index that you want to drop exists. If it exists, it will be dropped. +`IF EXISTS`: Detects whether the index that you want to drop exists. If it exists, it will be dropped. ## Example