Skip to content

Commit 4594eb4

Browse files
Update modules/ROOT/pages/clauses/order-by.adoc
1 parent e8fd55a commit 4594eb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/ROOT/pages/clauses/order-by.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ RETURN o.id AS order,
330330
== ORDER BY and pattern matching
331331

332332
`ORDER BY` can be used to sort results before continuing with additional pattern matching.
333-
In the example below, it is combined with the xref:clauses/limit.adoc[`LIMIT`] subclause to first sort `Order` nodes by their `orderDate` property values, limit the result to the most recent `Order`, and then match any connected `Item` nodes.
333+
In the example below, it is combined with the xref:clauses/limit.adoc[`LIMIT`] to first sort `Order` nodes by their `orderDate` property values, limit the result to the most recent `Order`, and then match any connected `Item` nodes.
334334
Also note that `ORDER BY` and `LIMIT` are used as xref:clauses/order-by.adoc#order-standalone-clause[standalone clauses] and not as subclauses in this example.
335335

336336
.Find the items contained in the most recently placed order

0 commit comments

Comments
 (0)