0 votes
in Neo4j by
what does the SET clause is used for in Neo4j?

1 Answer

0 votes
by

Neo4j CQL use SET clause for the following purpose

  1. Update or Add properties values
  2. Add new properties to existing Relationship or Node
...