> ## Documentation Index
> Fetch the complete documentation index at: https://clickhouse.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

> 列出 ClickHouse 的所有 SQL 语句。

# system.statements

<div id="description">
  ## 说明
</div>

包含 ClickHouse 的所有 SQL 语句。

<div id="columns">
  ## 列
</div>

* `name` ([String](/docs/zh/reference/data-types/string)) — SQL 语句的名称。
* `syntax` ([String](/docs/zh/reference/data-types/string)) — 语句的语法。
* `description` ([String](/docs/zh/reference/data-types/string)) — 语句功能说明，包括用法示例。
* `parent_name` ([String](/docs/zh/reference/data-types/string)) — 包含该语句的父语句名称，例如 WHERE 子句的父语句为 SELECT。顶层语句为空。
* `related` ([Array(String)](/docs/zh/reference/data-types/array)) — 相关语句的名称。
