From f7af73340f4a0276b83505a4686021be950a6313 Mon Sep 17 00:00:00 2001 From: foesa <35463247+foesa-yang@users.noreply.github.com> Date: Sat, 7 May 2022 10:30:09 +0800 Subject: [PATCH] Update 2.drop-edge.md (#1339) --- docs-2.0/3.ngql-guide/11.edge-type-statements/2.drop-edge.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs-2.0/3.ngql-guide/11.edge-type-statements/2.drop-edge.md b/docs-2.0/3.ngql-guide/11.edge-type-statements/2.drop-edge.md index 160818250c6..d0f0e148f11 100644 --- a/docs-2.0/3.ngql-guide/11.edge-type-statements/2.drop-edge.md +++ b/docs-2.0/3.ngql-guide/11.edge-type-statements/2.drop-edge.md @@ -18,8 +18,6 @@ This operation only deletes the Schema data. All the files or directories in the DROP EDGE [IF EXISTS] ``` -## Edge type name - - `IF NOT EXISTS`: Detects if the edge type that you want to drop exists. Only when it exists will it be dropped. - `edge_type_name`: Specifies the edge type name that you want to drop. You can drop only one edge type in one statement.