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.

Meryem_dba
Node
since ‎10-14-2022
‎10-16-2022

User Statistics

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

User Activity

Hi, I found out that I can use shortest path and avoid loops by applying apoc.coll.duplicates on path nodes list. What if I want to consider duplicates those nodes that share the same value for a given attribute (e.g. ALTER_NAME).Would be possible to...