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 b650094
Showing 1 changed file with 2 additions and 1 deletion.
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)

0 comments on commit b650094

Please sign in to comment.