Login
Remember
Register
Ask a Question
what does the SET clause is used for in Neo4j?
0
votes
asked
Dec 29, 2023
in
Neo4j
by
Robin
what does the SET clause is used for in Neo4j?
setclause
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Dec 29, 2023
by
Robin
Neo4j CQL use SET clause for the following purpose
Update or Add properties values
Add new properties to existing Relationship or Node
...