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

# 参考

> ClickHouse 参考文档——SQL 语句、数据类型、引擎、函数、格式、设置和系统表。

<CardGroup cols={2}>
  <Card title="SQL 参考" icon="code" href="/zh/reference/syntax">
    SQL 语句、子句、运算符和语法。
  </Card>

  <Card title="数据类型" icon="database" href="/zh/reference/data-types">
    所有支持的数据类型，包括数值、字符串、日期/时间、数组、Map 等。
  </Card>

  <Card title="引擎" icon="gear" href="/zh/reference/engines">
    表引擎和数据库引擎参考——MergeTree 家族、Log、Integration 和 Special 引擎。
  </Card>

  <Card title="函数" icon="function" href="/zh/reference/functions">
    普通函数、聚合函数、表函数和窗口函数。
  </Card>

  <Card title="格式" icon="file-code" href="/zh/reference/formats">
    所有支持数据格式的输入/输出格式参考。
  </Card>

  <Card title="设置" icon="sliders" href="/zh/reference/settings">
    服务器、会话和 MergeTree 设置参考。
  </Card>

  <Card title="系统表" icon="table" href="/zh/reference/system-tables">
    用于监控、诊断和查看内部信息的系统表。
  </Card>

  <Card title="数据湖" icon="water" href="/zh/reference/datalakes">
    数据湖集成参考——Iceberg、Delta Lake 和 Hudi。
  </Card>
</CardGroup>
