Skip to content

Commit b847742

Browse files
committed
SQL: [Docs] Fix typo
Add missing closing "`". Follows: 78a1185
1 parent c3e5bbe commit b847742

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/sql/limitations.asciidoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ SELECT * FROM test GROUP BY age ORDER BY COUNT(*) LIMIT 100;
118118
It is possible to run the same queries without a `LIMIT` however in that case if the maximum size (*10000*) is passed,
119119
an exception will be returned as {es-sql} is unable to track (and sort) all the results returned.
120120

121-
Moreover, the aggregation(s) used in the `ORDER BY must be only plain aggregate functions. No scalar
121+
Moreover, the aggregation(s) used in the `ORDER BY` must be only plain aggregate functions. No scalar
122122
functions or operators can be used, and therefore no complex columns that combine two ore more aggregate
123123
functions can be used for ordering. Here are some examples of queries that are *not allowed*:
124124

0 commit comments

Comments
 (0)