Hello, I have a query and when I use the where clause, I get different results from a table and from a graph. I enclose my query and two images to show it:
MERGE (ipo: ipOrigen {ip: line[2]})
MERGE (ipd: ipDestino {ip: line[4]})
with ipo,ipd,line
CR...