Hi,
I'm start to learning about neo4j.(4.2.1 enterprise)
I want to know why this syntax dose not working.
MATCH (from:Point {name:"10000148386"}), (to:Point{name:"10000089111"}), path=((from)-[*..20]->(to))
RETURN from, to, path
I would like to searc...