Closed
Description
Introduction
match (v:player) where id(v)=="Tim Duncan"
with v.player.name as name
match (v1:player)--(v2:player)
where id(v1)==name
return count(*)
match (v:player) where id(v)=="Tim Duncan"
with v.player.name as name
match (v1:player)--(v2:player)
where v1.player.name==name
return count(*)
Contents
Related work
Activity