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.

wolf_goe
Node
since ‎12-31-2020
‎06-01-2022

User Statistics

  • 8 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

Hi All, I have a situation where I get 2 different matches and I need to get one node from one of them that does not exist in the other. For example: create (a:Host {name:'aA'}) create (b:Host {name:'aB'}) create (c:Host {name:'aC'}) create (a1:Host...
Hello all. I have a graph with nodes representing Hosts, Switches, Zones and Storages in a network. For an example, suppose this script: MATCH (wh:Switch)<-[]-(h:Host)-[]->(z:Zone)<-[]-(s:Storage)-[]->(ws:Switch) //Host-Zone-Storage-Switch WHERE id(h...