From b65009415128ecf35303e18ee748146d84d176da Mon Sep 17 00:00:00 2001 From: Roi Lipman Date: Mon, 9 Dec 2024 13:20:35 +0200 Subject: [PATCH] added the REMOVE clause --- cypher/index.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cypher/index.md b/cypher/index.md index 9ffed50..4a5f7c6 100644 --- a/cypher/index.md +++ b/cypher/index.md @@ -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) @@ -41,4 +42,4 @@ See list of available graph [Algorithms](/cypher/algorithms) # Indexing -See how to utilize [Indexing](/cypher/indexing) \ No newline at end of file +See how to utilize [Indexing](/cypher/indexing)