Hi everyone, I'm new to neo4j and I've been trying to find out a way to do this on my own, but couldn't find a way.
For example if i have this dataset
CREATE (a:Address{id: 'a'})
CREATE (b:Address{id: 'b'})
CREATE (c:Address{id: 'c'})
CREATE (a)-[t:...