On Fri, Oct 28, 2011 at 12:57 PM, Andres Taylor <
andres.tay...@neotechnology.com> wrote:

> Hi all!
>
> I'm looking to make Cypher more consistent, and so less surprising. Cypher
> today has two places where predicates are used, the WHERE clause, and for
> the ALL/ANY/NONE/SINGLE functions.
>
> It looks like:
>
> WHERE <predicate>
> ALL(<identifier> in <iterable> : <predicate>)
>

If anyone is curious - I've
changed<https://github.com/neo4j/community/commit/651678409877f0d89693b4aef69ee9eb4121819e>the
syntax now, so it's WHERE and not a colon.

ALL(<identifier> in <iterable> WHERE <predicate>)

Andrés
_______________________________________________
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user

Reply via email to