Skip to content

Commit

Permalink
Update 6.delete-tag.md (#715)
Browse files Browse the repository at this point in the history
  • Loading branch information
izhuxiaoqing authored Sep 14, 2021
1 parent 21e38ae commit 38ca1f1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs-2.0/3.ngql-guide/10.tag-statements/6.delete-tag.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

`DELETE TAG` deletes a tag with the given name on a specified vertex.

!!! enterpriseonly

This feature is supported by the enterprise edition only.

A vertex can have one or more tags.

- If a vertex has only one tag, the vertex **CANNOT** be accessed after you delete the tag. But its edges are available. The vertex will be deleted in the next compaction.
Expand Down

0 comments on commit 38ca1f1

Please sign in to comment.