cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

iamtienng
Node Link
since ‎03-15-2021
‎06-01-2022

User Statistics

  • 4 Posts
  • 0 Solutions
  • 0 Kudos given
  • 1 Kudos received

User Activity

After I run my code here: MATCH (a:CALL)-[:RECEIVED_CALL]->(b:PERSON),(c:CALL) <-[:MADE_CALL]-(d:PERSON) WHERE id(a) < 80 and id(c) < 80 WITH COLLECT([b,d]) as calls UNWIND calls as callss FOREACH (i IN callss | CREATE (d)-[r:KNOWS]->(b)) RETURN call...
Kudos from