Cypher: How to Rewrite a UNION Query Using a COLLECT Clause
May 17, 2016 5 mins read
Cypher is a declarative query language created for querying Neo4j's graph data. In Cypher, as in SQL, queries are built up using various clauses. One such clause is the UNION clause that we will discuss in this post. The UNION clause is used to combine the similarly structured results of... read more