Hi,
Please help me to correct following query:

START n=node(2), m=node(*), l=node(*) MATCH p=(n)-[r:FOLLOWED_BY*]->(m), 
q=(m)-[r:PUBLISHED_UNDER*]->(l) WITH l.eventStartDate + l.eventStartTime as 
startDateTime >= timestamp() OR l.eventEndDate + 
l.eventEndTime>=timestamp(), l RETURN l ORDER BY startDateTime ASC SKIP 0 
LIMIT 25;

-Sukaant Chaudhary

-- 
You received this message because you are subscribed to the Google Groups 
"Neo4j" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to