Don't know what you are looking for exactly. I'm fairly new to Neo4j, but what you try seems to be invalid. What if a user has a relation to itself? Then a loop would occur, right?
I was looking at sub-graphs and paths for the course. Maybe this is a...
Hi,
Fairly new to Neo4J. Two thoughts:
May be you need to include a WITH before the procudere CALL. Thought I ran into that.
WITH h, t, row.type, row.confidence
However I'm wondering why you don't use Cypher MERGE here and direct the relationship. (T...