Skip to content

Commit

Permalink
Update 2.drop-edge.md (#991)
Browse files Browse the repository at this point in the history
  • Loading branch information
cooper-lzy committed Sep 23, 2021
1 parent ae8d7b4 commit 8b74013
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
DROP EDGE [IF EXISTS] <edge_type_name>
```

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

- `edge_type_name`:指定要删除的Edge type名称。一次只能删除一个Edge type。

Expand Down

0 comments on commit 8b74013

Please sign in to comment.