Skip to content

Commit

Permalink
SQL: [Docs] Fix typo
Browse files Browse the repository at this point in the history
Add missing closing "`"

Follows: c2e0552
  • Loading branch information
matriv committed Feb 12, 2020
1 parent 0c18893 commit d9fd6fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference/sql/limitations.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ SELECT * FROM test GROUP BY age ORDER BY COUNT(*) LIMIT 100;
It is possible to run the same queries without a `LIMIT` however in that case if the maximum size (*10000*) is passed,
an exception will be returned as {es-sql} is unable to track (and sort) all the results returned.

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

Expand Down

0 comments on commit d9fd6fc

Please sign in to comment.