Hello,

Trying to run this cypher query

MERGE (item:Item {name: {name}}) ON CREATE SET item = {props}, item.created 
= timestamp(), item.name = {name} ON MATCH SET item={props}, item.lastSeen 
= timestamp(), item.name={name} RETURN item

Props look like this:
{ type: 'abc', source: 'xyz' }

I get a weird response ..

Error: Node with id 35

Not sure what this means. I dont have a node with ID 35.

Can can someone please help me resolve this?

- Shekar



-- 
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/d/optout.

Reply via email to