ClickHouse has complete support for SQL syntax, including features such as: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.
- SQL/JSON and JSON data type (SQL-2023)
- Window functions (SQL-2003)
- Common table expressions and recursive queries (SQL-1999)
- ROLLUP, CUBE, and GROUPING SETS (SQL-1999)
- Full support for RBAC (SQL-1999)
- Correlated subqueries (SQL-1992);
- conditional aggregate functions
anyaggregate functionsleastandgreatestGROUP BY ALL- extended use of aliases
- underscores in numeric literals
- unrestricted use of aliases
- aliases inside the WITH clause
- aggregate function combinators
- parameterized aggregate functions
- approximate aggregate functions
- native and big integer numeric data types, extended precision decimal
- higher order functions for arrays manipulation
- ARRAY JOIN clause and arrayJoin function
- array aggregation
- LIMIT BY clause
- GROUP BY WITH TOTALS
- AS OF JOIN
- ANY/ALL JOIN
- natural syntax for JSON
- trailing comma in the column list
- FROM … SELECT clause order
- type-safe query parameters and parameterized views