Hi Sukaant,

What's the error?

-Luanne


On Mon, Dec 30, 2013 at 3:07 PM, Sukaant Chaudhary <
sukaant.chaudh...@gmail.com> wrote:

> 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 neo4j+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.
>

-- 
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 neo4j+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to