neo4j - How to return the property of a single element in an array of nodes or relationships? -
if have collection of nodes, each property called name, how return value of property second element?
i've tried these far:
collectionofnodes[2](name) value collectionofnodes[2].name value
thanks
try
(collectionofnodes[2]).name value
Comments
Post a Comment