> ## 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.

> ClickHouse 数据类型文档

# ClickHouse 中的数据类型

本节介绍 ClickHouse 支持的数据类型，例如[整数](/zh/reference/data-types/int-uint)、[浮点数](/zh/reference/data-types/float)和[字符串](/zh/reference/data-types/string)。

系统表 [system.data\_type\_families](/zh/reference/system-tables/data_type_families) 提供了所有可用数据类型的概览。
它还会显示某种数据类型是否为另一种数据类型的别名，以及其名称是否区分大小写 (例如 `bool` 与 `BOOL`) 。
