LIMIT enables the return of only subsets of the total result.
LIMIT
Figure 15.8. Graph
To return a subset of the result, starting from the top, use this syntax:
Query.
START n=node(3, 4, 5, 1, 2) RETURN n LIMIT 3
The top three items are returned by the example query.
Result
(empty result)
Copyright © 2012 Neo Technology