Skip to content

Commit

Permalink
added the REMOVE clause
Browse files Browse the repository at this point in the history
  • Loading branch information
swilly22 committed Dec 9, 2024
1 parent 5cec2c9 commit 2628bc6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion cypher/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ Cypher query consists of one or more clauses
* [CREATE](/cypher/create)
* [MERGE](/cypher/merge)
* [DELETE](/cypher/delete)
* [REMOVE](/cypher/remove)
* [SET](/cypher/set)
* [WITH](/cypher/with)
* [UNION](/cypher/union)
Expand All @@ -41,4 +42,4 @@ See list of available graph [Algorithms](/cypher/algorithms)

# Indexing

See how to utilize [Indexing](/cypher/indexing)
See how to utilize [Indexing](/cypher/indexing)
2 changes: 1 addition & 1 deletion cypher/remove.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,6 @@ RETURN n.name, labels(n)
```

Result:
|n.name|abels(n)|
|n.name|labels(n)|
|------|--------|
|"Lori"|[] |

0 comments on commit 2628bc6

Please sign in to comment.