We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 283a14f + 24dea96 commit 60244d0Copy full SHA for 60244d0
docs/guides/developer/alternative-query-languages.md
@@ -15,7 +15,7 @@ The currently supported dialects are:
15
16
Which query language is used is controlled by setting `dialect`.
17
18
-### Standard SQL {#standard-sql}
+## Standard SQL {#standard-sql}
19
20
Standard SQL is the default query language of ClickHouse.
21
@@ -47,7 +47,7 @@ aggregate {
47
48
Under the hood, ClickHouse uses transpilation from PRQL to SQL to run PRQL queries.
49
50
-### Kusto Query Language (KQL) {#kusto-query-language-kql}
+## Kusto Query Language (KQL) {#kusto-query-language-kql}
51
52
<ExperimentalBadge/>
53
0 commit comments