match (v1:member)-[e]->(v2:answer) where id(v2)=='xxx' return count(e)
return empty
#2934
Labels
Milestone
match (v1:member)-[e:vote]->(v2:answer) where id(v2)=='xxx' return count(e)
return empty,go from 'xxx' over vote reversely | limit 10
has result.The text was updated successfully, but these errors were encountered: