Answer Posted / Ajay Kumar Yadav
The SET clause in Neo4j is used to modify property values of nodes or relationships. To update a node's properties, you can use the MERGE statement followed by SET within a CQL query, as shown below: n`MERGE (n) SET n.propertyName = newPropertyValue`
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category