Skip to content

Commit

Permalink
Update 2.drop-edge.md (#1339)
Browse files Browse the repository at this point in the history
  • Loading branch information
foesa-yang committed May 7, 2022
1 parent 14124d6 commit f7af733
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docs-2.0/3.ngql-guide/11.edge-type-statements/2.drop-edge.md
Original file line number Diff line number Diff line change
Expand Up @@ -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>
```

## 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.
Expand Down

0 comments on commit f7af733

Please sign in to comment.