> ## Documentation Index
> Fetch the complete documentation index at: https://private-7c7dfe99-mintlify-3a82795f.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# SQL reference

> SQL Reference for chDB

chdb supports the same SQL syntax, statements, engines and functions as ClickHouse:

| Topic                                                           |
| --------------------------------------------------------------- |
| [SQL Syntax](/reference/syntax)                                 |
| [Statements](/reference/statements)                             |
| [Table Engines](/reference/engines/table-engines)               |
| [Database Engines](/reference/engines/database-engines)         |
| [Regular Functions](/reference/functions)                       |
| [Aggregate Functions](/reference/functions/aggregate-functions) |
| [Table Functions](/reference/functions/table-functions)         |
| [Window Functions](/reference/functions/window-functions)       |

For further information and examples, see the [ClickHouse SQL Reference](/reference/home).
