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

> ClickHouse의 데이터 타입 문서

# ClickHouse의 데이터 타입

이 섹션에서는 ClickHouse에서 지원하는 데이터 타입을 설명합니다. 예를 들어 [정수](/ko/reference/data-types/int-uint), [부동소수점](/ko/reference/data-types/float), [문자열](/ko/reference/data-types/string) 등이 있습니다.

시스템 테이블 [system.data\_type\_families](/ko/reference/system-tables/data_type_families)은 사용 가능한 모든 데이터 타입에 대한
개요를 제공합니다.
또한 각 데이터 타입이 다른 데이터 타입의 별칭인지, 그리고 이름이 대소문자를 구분하는지도 보여줍니다(예: `bool` vs. `BOOL`).
