> ## Documentation Index
> Fetch the complete documentation index at: https://private-7c7dfe99-fix-nav-issues.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/index)                             |
| [Table Engines](/reference/engines/table-engines/index)               |
| [Database Engines](/reference/engines/database-engines/index)         |
| [Regular Functions](/reference/functions/index)                       |
| [Aggregate Functions](/reference/functions/aggregate-functions/index) |
| [Table Functions](/reference/functions/table-functions/index)         |
| [Window Functions](/reference/functions/window-functions/index)       |

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