Besides standard SQL, ClickHouse supports various alternative query languages for querying data. The currently supported dialects are:Documentation Index
Fetch the complete documentation index at: https://private-7c7dfe99-page-updates.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
clickhouse: The default SQL dialect of ClickHouseprql: Pipelined Relational Query Language (PRQL)kusto: Kusto Query Language (KQL)
dialect.
Standard SQL
Standard SQL is the default query language of ClickHouse.Pipelined relational query language (PRQL)
To enable PRQL:Kusto query language (KQL)
To enable KQL:Query
Response