From 52025cd6f83bf6cb7612f69fb46622ffeceb01ff Mon Sep 17 00:00:00 2001 From: "max.zhu@vesoft.com" <86282370+izhuxiaoqing@users.noreply.github.com> Date: Mon, 13 Sep 2021 17:45:25 +0800 Subject: [PATCH] Update 6.delete-tag.md --- docs-2.0/3.ngql-guide/10.tag-statements/6.delete-tag.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs-2.0/3.ngql-guide/10.tag-statements/6.delete-tag.md b/docs-2.0/3.ngql-guide/10.tag-statements/6.delete-tag.md index 50bcfeb6ace..7d8fff1f8e7 100644 --- a/docs-2.0/3.ngql-guide/10.tag-statements/6.delete-tag.md +++ b/docs-2.0/3.ngql-guide/10.tag-statements/6.delete-tag.md @@ -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.