Hi, I'm trying to think of a shorter and understandable code for my question.
I would love ideas and suggestions. This is my question and code.
MATCH (p:Person)-[:Has_FB_Frienship_With]-(n:Person)
WHERE date().year-p.BirthYear<=12 AND date().year-n.B...