Cypher: How to Rewrite a UNION Query Using a COLLECT Clause
By Bryce Merkl Sasaki
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… Read more →
Explore: COLLECT cypher Cypher Query data model declarative query language neo4j ORDER BY query language sql UNION