I use neo4j for one of my projects, there is a node that has only one property as name , I want to get this node using ID, it already has an identifier, but when I use this code
MATCH (s:SKILLS{ID:65110}) return s
It returns nothing, heres my node

If the request is incorrect, then how can I request it using the number
neo4j
Niraj Chauhan Mar 13 '14 at 5:07 2014-03-13 05:07
source share