According to http://docs.neo4j.org/chunked/milestone/query-limit.html,
Limit just have 1 parameter
while I have a query that should have 2 parameters:
MATCH (u:User)-[r:Comments]->(c:Comment)-[s:On]->(p:Post) WHERE
p.post_id={post_id} RETURN u,r,c,s,p ORDER BY c.comment_id DESC LIMIT
{second_count},2;
Please help me.
Thank you.
--
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.