Is ANY() supposed to work with array properties? e.g. I have the following
WHERE clause in my query:

WHERE pa.position AND ANY(pos in pa.positions : pos = "QB")

However, I get a syntax error "Probably missing quotes around a string"
pointed at the = sign.

I can verify that pa.positions is an array by returning it directly.

-Stephen

--
View this message in context: 
http://neo4j-community-discussions.438527.n3.nabble.com/Cypher-ANY-and-array-properties-tp3535052p3535052.html
Sent from the Neo4j Community Discussions mailing list archive at Nabble.com.
_______________________________________________
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user

Reply via email to