@@ -20,3 +20,7 @@ drop class if exists /univ_demo/person
drop class if exists /univ_demo
;
+
+drop edge type univ_demo.person_to_org
+;
@@ -0,0 +1,2 @@
+create ("univ_demo_person:UN008080")-[:person_to_org]->("univ_demo_org:2304")
@@ -30,7 +30,7 @@ group by aaa.org_id having count(distinct aaa.person_id)>0
/**
output()
count(1)
-match("aaa.org_id","univ_demo_org:1",count,1)
+match("aaa.org_id","univ_demo_org:2304",count,1)
**/