Skip to content

Commit

Permalink
delete enterpriseonly (#797)
Browse files Browse the repository at this point in the history
  • Loading branch information
cooper-lzy committed Oct 13, 2021
1 parent 7bc5511 commit 4dc4912
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 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,10 +2,6 @@

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

!!! enterpriseonly

This feature is only available in the Enterprise Edition.

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
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@

The `concat()` and `concat_ws()` functions return strings concatenated by one or more strings.

!!! enterpriseonly

This feature is supported by the Enterprise Edition only.

## concat() function

The `concat()` function requires at least two or more strings. All the parameters are concatenated into one string.
Expand Down

0 comments on commit 4dc4912

Please sign in to comment.