[Neo4j] remove: all properties from a relationship

2014-09-16 Thread Ariel Jakobovits
Is it a valid suggestion for Github that the Remove command support a syntax like REMOVE myNode.*? -- 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

Re: [Neo4j] remove: all properties from a relationship

2014-09-16 Thread Michael Hunger
MATCH (n:Label {name:{name}} SET n = {} should remove all properties. What's the use-case? On Tue, Sep 16, 2014 at 11:36 PM, Ariel Jakobovits arielj...@gmail.com wrote: Is it a valid suggestion for Github that the Remove command support a syntax like REMOVE myNode.*? -- You received this