Data Types in ClickHouse | ClickHouse Docs

This section describes the data types supported by ClickHouse, for example integers, floats and strings.

System table system.data_type_families provides an overview of all available data types. It also shows whether a data type is an alias to another data type and its name is case-sensitive (e.g. bool vs. BOOL).