Skip to content

Cant Select Updated Node #2

@kapilpipaliya

Description

@kapilpipaliya

I run this query first, it create a node:
CREATE (n:AttributesType {id: 'a'}) return n
then I update it with following query:

MATCH (n:AttributesType {id: 'a'})
SET n+={id: 'a2'}
RETURN n

now this query is returning 0 nodes, but it should return 1 node:
MATCH (n:AttributesType {id: 'a2'}) RETURN n

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions