ri8ika
( Ri8ika)
1
Is there no way to return every property except one?
For eg. the following will return all properties:
MATCH (n:Node)
RETURN n
Now, what I want/suggest to provide feature something like below if there's no way to achieve as far as current system:
MATCH (n:Node)
RETURN n {.*, !except:specific} // exclamation, otherwise it seems to be included property
Just wondering if there was any update on this topic? Would love to see this feature
I've used this pattern since version 2.2 (or there abouts).
MATCH (n:This)
RETURN n {.*, propToExclude:null} as propertiesExceptPropToExclude
1 Like
That's awesome, thanks @mike.french15!
Now how in the world do I merge this autologin account that just got created with my actual neo4j account?