So I just would like to know if this is possible. Let's say we have *Person *that *WROTE Text*. So now I would like for Person.name = "Ralf" to create a property "wroteSize. That size is the current amount a Text for a specific Person.
MATCH (x:Person)-[WROTE]->(y:Text) WHERE x.name = "Ralf" UPDATE CREATE wroteSize = x.WROTE.size() That query is just in my mind. So would that be possible? Thanks. -- 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 [email protected]. For more options, visit https://groups.google.com/d/optout.
