Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/reference/sql/language/syntax/commands/select.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ include-tagged::{sql-specs}/docs/docs.csv-spec[groupByAndMultipleAggs]
----

[TIP]
If custom bucketing is required, it can be achieved with the use of `<<sql-functions-conditional-case, CASE>>`,
If custom bucketing is required, it can be achieved with the use of <<sql-functions-conditional-case, `CASE`>>,
as shown <<sql-functions-conditional-case-groupby-custom-buckets, here>>.

[[sql-syntax-group-by-implicit]]
Expand Down Expand Up @@ -337,7 +337,7 @@ include-tagged::{sql-specs}/docs/docs.csv-spec[orderByAgg]
----

IMPORTANT: Ordering by aggregation is possible for up to 512 entries for memory consumption reasons.
In cases where the results pass this threshold, use <<`LIMIT`, sql-syntax-limit>> to reduce the number
In cases where the results pass this threshold, use <<sql-syntax-limit,`LIMIT`>> to reduce the number
of results.

[[sql-syntax-order-by-score]]
Expand Down