Please tell me about the following query whether it is correct to *delete
relation* and *create relation with updating fields*:
These are working fine seperately

START n=node(9443), m=node(9440), p=node(1)
MATCH q=(p)-[r:MODIFY_TIME]->(m)
DELETE r
CREATE (n)-[s-:MODIFY_TIME]->(m)
SET m.changedDate = "13/01/14", m.changedTime = "10:00"
RETURN s;

-Sukaant Chaudhary

-- 
You received this message because you are subscribed to the Google Groups 
"Neo4j" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to