Hi There,
I am a beginner and I am trying to write a query to filter my results using the date property of my relationship. But it doesn't seem to work.
CREATE (U1:Person {UID:1,Name:'Person1'}),
(U2:Person {UID:2,PName:'Person2'}),
(U3:Person {UID:3...