SQL: [Docs] Fix links syntax (#42806)

Fix a couple of wrong links because of the order of the anchor
and the usage of backquotes.

(cherry picked from commit 4e0c6525153b60a57202937c2ae57968c8e35285)
This commit is contained in:
Marios Trivyzas 2019-06-03 17:50:49 +02:00
parent b61202b0a8
commit 6c50246a58
No known key found for this signature in database
GPG Key ID: 8817B46B0CF36A3F
1 changed files with 2 additions and 2 deletions

View File

@ -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]]
@ -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]]