The Neo4j Manual v3.1.0-SNAPSHOT
Chapter 10. General Clauses
Contents
Prev
Up
Next
Chapter 10. General Clauses
Table of Contents
10.1. Return
Return nodes
Return relationships
Return property
Return all elements
Variable with uncommon characters
Column alias
Optional properties
Other expressions
Unique results
10.2. Order by
Order nodes by property
Order nodes by multiple properties
Order nodes in descending order
Ordering NULL
10.3. Limit
Return first part
Return first from expression
10.4. Skip
Skip first three
Return middle two
Skip first from expression
10.5. With
Filter on aggregate function results
Sort results before using collect on them
Limit branching of your path search
10.6. Unwind
Unwind a list
Create a distinct list
Create nodes from a list parameter
10.7. Union
Combine two queries
Combine two queries and remove duplicates
10.8. Call
Call a procedure
Call a procedure with literal arguments
Call a procedure with parameter arguments
Call a procedure with mixed literal and parameter arguments
Call a procedure within a complex query
Call a procedure within a complex query and rename its outputs